aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos
diff options
context:
space:
mode:
authorGérald Niel <gerald.niel@gegeweb.org>2018-04-11 19:14:15 +0200
committerGérald Niel <gerald.niel@gegeweb.org>2018-04-11 19:14:15 +0200
commite3f9a06a73e4b6f3ac98d69391a7ca4713f098c1 (patch)
tree2f95e6731512a7d5f1bc03c77b40eee50d747f70 /client/src/app/videos
parent2cfd392b58cdbd012f661d9f28d7f4ed0d6f1c26 (diff)
downloadPeerTube-e3f9a06a73e4b6f3ac98d69391a7ca4713f098c1.tar.gz
PeerTube-e3f9a06a73e4b6f3ac98d69391a7ca4713f098c1.tar.zst
PeerTube-e3f9a06a73e4b6f3ac98d69391a7ca4713f098c1.zip
Fix #490 and justify text in comments div.
Diffstat (limited to 'client/src/app/videos')
-rw-r--r--client/src/app/videos/+video-watch/comment/video-comment.component.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-watch/comment/video-comment.component.scss b/client/src/app/videos/+video-watch/comment/video-comment.component.scss
index afc6741b7..6658e35e8 100644
--- a/client/src/app/videos/+video-watch/comment/video-comment.component.scss
+++ b/client/src/app/videos/+video-watch/comment/video-comment.component.scss
@@ -44,7 +44,9 @@
44 } 44 }
45 45
46 .comment-html { 46 .comment-html {
47 word-break: break-all; 47 word-wrap: initial;
48 word-break: normal;
49 text-align: justify;
48 50
49 /deep/ a { 51 /deep/ a {
50 @include disable-default-a-behaviour; 52 @include disable-default-a-behaviour;