diff options
author | Chocobozzz <me@florianbigard.com> | 2018-03-26 09:36:30 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-26 09:36:30 +0200 |
commit | 20acba1c3737bc3137f0efb0448e60c703ff7fd0 (patch) | |
tree | ec19b0c82089a04a8dcec52fb781e3454680fe6b /client/src/app/videos/+video-watch/comment | |
parent | 2a97572f072233410985da938b0821e1c537ac46 (diff) | |
download | PeerTube-20acba1c3737bc3137f0efb0448e60c703ff7fd0.tar.gz PeerTube-20acba1c3737bc3137f0efb0448e60c703ff7fd0.tar.zst PeerTube-20acba1c3737bc3137f0efb0448e60c703ff7fd0.zip |
Fix video description CSS
Diffstat (limited to 'client/src/app/videos/+video-watch/comment')
-rw-r--r-- | client/src/app/videos/+video-watch/comment/video-comments.component.scss | 1 |
1 files changed, 1 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 627171ef1..7aadc2866 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,6 +18,7 @@ | |||
18 | display: inline-block; | 18 | display: inline-block; |
19 | font-size: 13px; | 19 | font-size: 13px; |
20 | } | 20 | } |
21 | |||
21 | .comment-html { | 22 | .comment-html { |
22 | word-wrap: normal; | 23 | word-wrap: normal; |
23 | word-break: normal; | 24 | word-break: normal; |