Fix #490 and justify text in comments div.
authorGérald Niel <gerald.niel@gegeweb.org>
Wed, 11 Apr 2018 17:14:15 +0000 (19:14 +0200)
committerGérald Niel <gerald.niel@gegeweb.org>
Wed, 11 Apr 2018 17:14:15 +0000 (19:14 +0200)
client/src/app/videos/+video-watch/comment/video-comment.component.scss

index afc6741b74cf7e061043cc338c4a11373bb70b9c..6658e35e8ff64a8377b862cfbb63da7a316f6a5e 100644 (file)
@@ -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;