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:
Priyank Patel 2018-08-06 01:59:14 +05:30 committed by Tim Abbott
parent 458c17868f
commit 97d93ec8cb
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@
}
.group-pms-sidebar-entry .selectable_sidebar_block {
display: flex;
width: 100%;
}