From 06fa574f29c25d2cd10935c1f3859f97546c2e30 Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Mon, 29 Oct 2012 15:00:27 -0400 Subject: [PATCH] Give popovers variable widths. (imported from commit 3f38e8a35add3f7f5566d5712b4421f8e2e44776) --- zephyr/static/styles/zephyr.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index f7403656ec..c630626620 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -498,6 +498,10 @@ table.floating_recipient { cursor: pointer; } +.popover { + width: auto; +} + .popover-title { overflow-x: hidden; text-overflow: ellipsis;