mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Thread reply indicator overflow (#21529)
In some cases the thread reply count indicator (e.g. 433 replies) would wrap to the next line.
This commit is contained in:
parent
fc17045876
commit
c1cde16966
@ -15,8 +15,6 @@
|
||||
&__replies-count {
|
||||
color: var(--primary-medium);
|
||||
font-size: var(--font-down-1);
|
||||
max-width: 60px;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
&__view-thread {
|
||||
|
Loading…
Reference in New Issue
Block a user