mirror of https://github.com/zulip/zulip.git
Give popovers variable widths.
(imported from commit 3f38e8a35add3f7f5566d5712b4421f8e2e44776)
This commit is contained in:
parent
8510f4e207
commit
06fa574f29
|
@ -498,6 +498,10 @@ table.floating_recipient {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.popover {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.popover-title {
|
||||
overflow-x: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
|
Loading…
Reference in New Issue