From: GĂ©rald Niel Date: Sat, 24 Mar 2018 11:06:06 +0000 (+0100) Subject: No word-break in comment. Justify text. X-Git-Tag: v1.0.0-beta.2~37^2~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5c25dbc22df29c295370f8ac690ba7565368e1c9;p=oweals%2Fpeertube.git No word-break in comment. Justify text. --- 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; +}