diff options
author | Chocobozzz <chocobozzz@framasoft.org> | 2018-04-11 19:25:05 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@framasoft.org> | 2018-04-11 19:25:05 +0200 |
commit | 2f3d0f2639bb9c883abe19db8844c0d910c04e01 (patch) | |
tree | b4618428ba75a1b0b50ee6a72b1b17f5dcaed21b | |
parent | 2cfd392b58cdbd012f661d9f28d7f4ed0d6f1c26 (diff) | |
parent | 33bacf9cfe1f33526f2aa6601f724350e4f005dd (diff) | |
download | PeerTube-2f3d0f2639bb9c883abe19db8844c0d910c04e01.tar.gz PeerTube-2f3d0f2639bb9c883abe19db8844c0d910c04e01.tar.zst PeerTube-2f3d0f2639bb9c883abe19db8844c0d910c04e01.zip |
Fix #490
-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..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 | |||
@@ -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; |