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;
|
font-size: 1.143em;
|
||||||
a.title {
|
a.title {
|
||||||
padding: 15px 0;
|
padding: 15px 0;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue