diff options
Diffstat (limited to 'client/src/app/videos/+video-watch/comment')
-rw-r--r-- | client/src/app/videos/+video-watch/comment/video-comment.component.scss | 2 |
1 files changed, 2 insertions, 0 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 3e8892e84..d948c9670 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,6 +44,8 @@ | |||
44 | } | 44 | } |
45 | 45 | ||
46 | .comment-html { | 46 | .comment-html { |
47 | word-break: break-all; | ||
48 | |||
47 | a { | 49 | a { |
48 | @include disable-default-a-behaviour; | 50 | @include disable-default-a-behaviour; |
49 | 51 | ||