From 7a14004b4e16e23076f29d9c5d890f2a5130e171 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 20 Apr 2018 08:19:46 +0200 Subject: Use mixin for word wrap --- .../app/videos/+video-watch/comment/video-comment.component.scss | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'client/src/app/videos/+video-watch/comment/video-comment.component.scss') 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 4c481d486..c90f9849b 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 @@ -46,14 +46,7 @@ } .comment-html { - word-break: normal; - word-wrap: break-word; - overflow-wrap: break-word; - -webkit-hyphens: auto; - -ms-hyphens: auto; - -moz-hyphens: auto; - hyphens: auto; - text-align: justify; + @include peertube-word-wrap; /deep/ a { @include disable-default-a-behaviour; -- cgit v1.2.3