No word-break in comment. Justify text.
authorGérald Niel <gerald.niel@gegeweb.org>
Sat, 24 Mar 2018 11:06:06 +0000 (12:06 +0100)
committerGérald Niel <gerald.niel@gegeweb.org>
Sat, 24 Mar 2018 11:06:06 +0000 (12:06 +0100)
client/src/app/videos/+video-watch/comment/video-comments.component.scss

index bf8b154a2bab6fea1bf3bb65be7d5b85cfa49e70..627171ef12e123eaba378ba59a0499a60a94d592 100644 (file)
@@ -18,3 +18,8 @@
   display: inline-block;
   font-size: 13px;
 }
+.comment-html {
+  word-wrap: normal;
+  word-break: normal;
+  text-align: justify;
+}