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..3b0b7eafd 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;