Give popovers variable widths.

(imported from commit 3f38e8a35add3f7f5566d5712b4421f8e2e44776)
This commit is contained in:
Waseem Daher 2012-10-29 15:00:27 -04:00
parent 8510f4e207
commit 06fa574f29
1 changed files with 4 additions and 0 deletions

View File

@ -498,6 +498,10 @@ table.floating_recipient {
cursor: pointer;
}
.popover {
width: auto;
}
.popover-title {
overflow-x: hidden;
text-overflow: ellipsis;