FIX: Long words on title shouldn't break layout

This commit is contained in:
Rafael dos Santos Silva 2016-09-26 19:12:46 -03:00
parent 7149e2ba20
commit ece10386a1
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;
a.title {
padding: 15px 0;
word-break: break-word;
}
}