Merge pull request #4466 from xfalcox/word-wrap-latest-topics
FIX: Add word-wrap for blink browsers on categories latest session
This commit is contained in:
commit
a300e01af3
|
@ -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