From e3f9a06a73e4b6f3ac98d69391a7ca4713f098c1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=A9rald=20Niel?= Date: Wed, 11 Apr 2018 19:14:15 +0200 Subject: [PATCH] Fix #490 and justify text in comments div. --- .../videos/+video-watch/comment/video-comment.component.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- 2.25.1