mirror of https://github.com/Chocobozzz/PeerTube
No word-break in comment. Justify text.
parent
794927a867
commit
5c25dbc22d
|
@ -18,3 +18,8 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
}
|
}
|
||||||
|
.comment-html {
|
||||||
|
word-wrap: normal;
|
||||||
|
word-break: normal;
|
||||||
|
text-align: justify;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue