Fix #490 and justify text in comments div.

pull/485/merge
Gérald Niel 2018-04-11 19:14:15 +02:00
parent 2cfd392b58
commit e3f9a06a73
1 changed files with 3 additions and 1 deletions

View File

@ -44,7 +44,9 @@
} }
.comment-html { .comment-html {
word-break: break-all; word-wrap: initial;
word-break: normal;
text-align: justify;
/deep/ a { /deep/ a {
@include disable-default-a-behaviour; @include disable-default-a-behaviour;