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:
Martin Brennan 2023-05-12 15:46:22 +02:00 committed by GitHub
parent fc17045876
commit c1cde16966
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,8 +15,6 @@
&__replies-count {
color: var(--primary-medium);
font-size: var(--font-down-1);
max-width: 60px;
flex: 1;
}
&__view-thread {