From 54a932e82ae9c2ede48d2302a14f307d2e7908d6 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 20 Feb 2018 11:29:28 +0100 Subject: Don't break design on long description/comment --- client/src/app/videos/+video-watch/comment/video-comment.component.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/src/app/videos/+video-watch/comment') 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 @@ } .comment-html { + word-break: break-all; + a { @include disable-default-a-behaviour; -- cgit v1.2.3