popovers: Fix wrapping in condensed popover when count is present.

This commit is contained in:
Sayam Samal 2024-07-14 16:21:10 +05:30 committed by Tim Abbott
parent 6a6dd2543c
commit 5853848640
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}
}