mirror of https://github.com/zulip/zulip.git
group pms: Fix unread count not on the same line of text.
Fixes #10199. The issue was observed on Chrome v68 while it was not reproduced on Chrome v64.
This commit is contained in:
parent
458c17868f
commit
97d93ec8cb
|
@ -112,6 +112,7 @@
|
|||
}
|
||||
|
||||
.group-pms-sidebar-entry .selectable_sidebar_block {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue