No word-break in comment. Justify text.

pull/415/head
Gérald Niel 2018-03-24 12:06:06 +01:00
parent 794927a867
commit 5c25dbc22d
1 changed files with 5 additions and 0 deletions

View File

@ -18,3 +18,8 @@
display: inline-block;
font-size: 13px;
}
.comment-html {
word-wrap: normal;
word-break: normal;
text-align: justify;
}