mirror of https://github.com/Chocobozzz/PeerTube
Fix #490 and justify text in comments div.
parent
2cfd392b58
commit
e3f9a06a73
|
@ -44,7 +44,9 @@
|
|||
}
|
||||
|
||||
.comment-html {
|
||||
word-break: break-all;
|
||||
word-wrap: initial;
|
||||
word-break: normal;
|
||||
text-align: justify;
|
||||
|
||||
/deep/ a {
|
||||
@include disable-default-a-behaviour;
|
||||
|
|
Loading…
Reference in New Issue