mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 20:33:38 +08:00
UX: prevent shrinking unread badge for long DM channel names (#29756)
Fixes a small UX issue where the unread badge gets squashed in long DM channel names.
This commit is contained in:
parent
35c4e1178c
commit
8dc772f2a8
|
@ -29,6 +29,7 @@
|
|||
justify-content: center;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
flex-shrink: 0;
|
||||
|
||||
&.-urgent {
|
||||
width: auto;
|
||||
|
|
Loading…
Reference in New Issue
Block a user