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:
Jeff Atwood 2016-09-27 07:20:27 +02:00 committed by GitHub
commit a300e01af3
1 changed files with 1 additions and 0 deletions

View File

@ -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;
} }
} }