From 5c25dbc22df29c295370f8ac690ba7565368e1c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rald=20Niel?= Date: Sat, 24 Mar 2018 12:06:06 +0100 Subject: No word-break in comment. Justify text. --- .../app/videos/+video-watch/comment/video-comments.component.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'client/src/app') diff --git a/client/src/app/videos/+video-watch/comment/video-comments.component.scss b/client/src/app/videos/+video-watch/comment/video-comments.component.scss index bf8b154a2..627171ef1 100644 --- a/client/src/app/videos/+video-watch/comment/video-comments.component.scss +++ b/client/src/app/videos/+video-watch/comment/video-comments.component.scss @@ -18,3 +18,8 @@ display: inline-block; font-size: 13px; } +.comment-html { + word-wrap: normal; + word-break: normal; + text-align: justify; +} -- cgit v1.2.3