mirror of
https://github.com/discourse/discourse.git
synced 2024-12-05 11:15:49 +08:00
FIX: word break long continuous thread titles (#30007)
This commit is contained in:
parent
c42248670d
commit
35be2a9879
|
@ -16,4 +16,5 @@
|
||||||
padding-left: 0.5em;
|
padding-left: 0.5em;
|
||||||
color: var(--secondary-low);
|
color: var(--secondary-low);
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user