diff options
-rw-r--r-- | client/src/app/videos/+video-watch/comment/video-comment.component.scss | 4 |
1 files changed, 3 insertions, 1 deletions
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 @@ | |||
44 | } | 44 | } |
45 | 45 | ||
46 | .comment-html { | 46 | .comment-html { |
47 | word-break: break-all; | 47 | word-wrap: initial; |
48 | word-break: normal; | ||
49 | text-align: justify; | ||
48 | 50 | ||
49 | /deep/ a { | 51 | /deep/ a { |
50 | @include disable-default-a-behaviour; | 52 | @include disable-default-a-behaviour; |