mirror of https://github.com/zulip/zulip.git
popovers: Fix wrapping in condensed popover when count is present.
This commit is contained in:
parent
6a6dd2543c
commit
5853848640
|
@ -861,6 +861,7 @@ li.top_left_scheduled_messages {
|
|||
.unread_count {
|
||||
margin: 1px 0 0 6px;
|
||||
border-color: var(--color-border-unread-counter-popover-menu);
|
||||
width: max-content;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue