mirror of
https://github.com/discourse/discourse.git
synced 2025-03-31 04:16:10 +08:00
FIX: Long words on title shouldn't break layout
This commit is contained in:
parent
7149e2ba20
commit
ece10386a1
@ -73,6 +73,7 @@ html.anon .topic-list a.title:visited:not(.badge-notification) {color: dark-ligh
|
||||
font-size: 1.143em;
|
||||
a.title {
|
||||
padding: 15px 0;
|
||||
word-break: break-word;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user