aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
authorGérald Niel <gerald.niel@gegeweb.org>2018-03-24 12:06:06 +0100
committerGérald Niel <gerald.niel@gegeweb.org>2018-03-24 12:06:06 +0100
commit5c25dbc22df29c295370f8ac690ba7565368e1c9 (patch)
treef350fd2a35207596aaa815dbf136b595e12f8e2b /client/src
parent794927a8673666c3a32a7cc0118e666e429545ee (diff)
downloadPeerTube-5c25dbc22df29c295370f8ac690ba7565368e1c9.tar.gz
PeerTube-5c25dbc22df29c295370f8ac690ba7565368e1c9.tar.zst
PeerTube-5c25dbc22df29c295370f8ac690ba7565368e1c9.zip
No word-break in comment. Justify text.
Diffstat (limited to 'client/src')
-rw-r--r--client/src/app/videos/+video-watch/comment/video-comments.component.scss5
1 files changed, 5 insertions, 0 deletions
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 @@
18 display: inline-block; 18 display: inline-block;
19 font-size: 13px; 19 font-size: 13px;
20} 20}
21.comment-html {
22 word-wrap: normal;
23 word-break: normal;
24 text-align: justify;
25}