Merge pull request #1840 from hjanuschka/word_break

fix long urls breaking moderation box
This commit is contained in:
Kiwi
2018-09-07 22:01:40 +02:00
committed by GitHub
@@ -61,6 +61,7 @@
line-height: 1.5;
font-weight: 300;
margin-bottom: 8px;
overflow-wrap: break-word;
}
.body {
@@ -188,4 +189,4 @@
.commentContentFooter {
flex: 1;
}
}