diff options
author | Gérald Niel <gerald.niel@gegeweb.org> | 2018-03-24 12:06:06 +0100 |
---|---|---|
committer | Gérald Niel <gerald.niel@gegeweb.org> | 2018-03-24 12:06:06 +0100 |
commit | 5c25dbc22df29c295370f8ac690ba7565368e1c9 (patch) | |
tree | f350fd2a35207596aaa815dbf136b595e12f8e2b | |
parent | 794927a8673666c3a32a7cc0118e666e429545ee (diff) | |
download | PeerTube-5c25dbc22df29c295370f8ac690ba7565368e1c9.tar.gz PeerTube-5c25dbc22df29c295370f8ac690ba7565368e1c9.tar.zst PeerTube-5c25dbc22df29c295370f8ac690ba7565368e1c9.zip |
No word-break in comment. Justify text.
-rw-r--r-- | client/src/app/videos/+video-watch/comment/video-comments.component.scss | 5 |
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 | } | ||