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 --- client/src/app/videos/+video-watch/video-watch.component.scss | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'client/src/app/videos/+video-watch/video-watch.component.scss') diff --git a/client/src/app/videos/+video-watch/video-watch.component.scss b/client/src/app/videos/+video-watch/video-watch.component.scss index b9596cbee..1b44f0d6a 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss @@ -215,14 +215,7 @@ font-size: 15px; .video-info-description-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; } .description-loading { -- cgit v1.2.3