From: GĂ©rald Niel Date: Wed, 11 Apr 2018 17:14:15 +0000 (+0200) Subject: Fix #490 and justify text in comments div. X-Git-Tag: v1.0.0-beta.4~68^2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e3f9a06a73e4b6f3ac98d69391a7ca4713f098c1;p=oweals%2Fpeertube.git Fix #490 and justify text in comments div. --- diff --git a/client/src/app/videos/+video-watch/comment/video-comment.component.scss b/client/src/app/videos/+video-watch/comment/video-comment.component.scss index afc6741b7..6658e35e8 100644 --- a/client/src/app/videos/+video-watch/comment/video-comment.component.scss +++ b/client/src/app/videos/+video-watch/comment/video-comment.component.scss @@ -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;