break-word in user's summary <li>s

This commit is contained in:
Régis Hanol 2016-04-18 18:07:14 +02:00
parent 270ab5b71d
commit 163a3e195f
1 changed files with 8 additions and 0 deletions

View File

@ -251,6 +251,14 @@
}
}
.replies-section,
.topics-section,
.links-section {
li {
word-wrap: break-word;
}
}
.links-section {
.domain {
font-size: 0.714em;