aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-02-20 11:29:28 +0100
committerChocobozzz <me@florianbigard.com>2018-02-20 11:29:28 +0100
commit54a932e82ae9c2ede48d2302a14f307d2e7908d6 (patch)
tree5b18c9ee2f7017ba7d56db74fefb2170a127a6b6 /client/src/app/videos/+video-watch/comment
parent3d9eaae318670986fedab257b8be344c9b43d8d5 (diff)
downloadPeerTube-54a932e82ae9c2ede48d2302a14f307d2e7908d6.tar.gz
PeerTube-54a932e82ae9c2ede48d2302a14f307d2e7908d6.tar.zst
PeerTube-54a932e82ae9c2ede48d2302a14f307d2e7908d6.zip
Don't break design on long description/comment
Diffstat (limited to 'client/src/app/videos/+video-watch/comment')
-rw-r--r--client/src/app/videos/+video-watch/comment/video-comment.component.scss2
1 files changed, 2 insertions, 0 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 3e8892e84..d948c9670 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,6 +44,8 @@
44 } 44 }
45 45
46 .comment-html { 46 .comment-html {
47 word-break: break-all;
48
47 a { 49 a {
48 @include disable-default-a-behaviour; 50 @include disable-default-a-behaviour;
49 51