aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment
diff options
context:
space:
mode:
authorGérald Niel <gerald.niel@gegeweb.org>2018-04-19 19:40:18 +0200
committerGérald Niel <gerald.niel@gegeweb.org>2018-04-19 19:40:18 +0200
commitf7ecffa49a487655a4527c1631e7539b50feb6ef (patch)
tree2eb4ac588a24fd63e50710f398cc12664a3f8424 /client/src/app/videos/+video-watch/comment
parent0db1a226507a39b0a663e3e63f04851836a44d5a (diff)
downloadPeerTube-f7ecffa49a487655a4527c1631e7539b50feb6ef.tar.gz
PeerTube-f7ecffa49a487655a4527c1631e7539b50feb6ef.tar.zst
PeerTube-f7ecffa49a487655a4527c1631e7539b50feb6ef.zip
Update css (don't cut word arbitrary) for description and comments.
Diffstat (limited to 'client/src/app/videos/+video-watch/comment')
-rw-r--r--client/src/app/videos/+video-watch/comment/video-comment.component.scss7
1 files changed, 6 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 3a3f32b83..4c481d486 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
@@ -48,6 +48,11 @@
48 .comment-html { 48 .comment-html {
49 word-break: normal; 49 word-break: normal;
50 word-wrap: break-word; 50 word-wrap: break-word;
51 overflow-wrap: break-word;
52 -webkit-hyphens: auto;
53 -ms-hyphens: auto;
54 -moz-hyphens: auto;
55 hyphens: auto;
51 text-align: justify; 56 text-align: justify;
52 57
53 /deep/ a { 58 /deep/ a {
@@ -100,4 +105,4 @@
100 .root-comment { 105 .root-comment {
101 img { margin-right: 10px; } 106 img { margin-right: 10px; }
102 } 107 }
103} \ No newline at end of file 108}