From e3f9a06a73e4b6f3ac98d69391a7ca4713f098c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rald=20Niel?= Date: Wed, 11 Apr 2018 19:14:15 +0200 Subject: [PATCH 1/2] 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; From 33bacf9cfe1f33526f2aa6601f724350e4f005dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rald=20Niel?= Date: Wed, 11 Apr 2018 19:23:18 +0200 Subject: [PATCH 2/2] Fix indetation (I hope!) --- .../videos/+video-watch/comment/video-comment.component.scss | 2 +- 1 file changed, 1 insertion(+), 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 6658e35e8..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 @@ -46,7 +46,7 @@ .comment-html { word-wrap: initial; word-break: normal; - text-align: justify; + text-align: justify; /deep/ a { @include disable-default-a-behaviour;