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

View File

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