aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/comment
diff options
context:
space:
mode:
authorChocobozzz <chocobozzz@framasoft.org>2018-03-26 09:16:35 +0200
committerChocobozzz <chocobozzz@framasoft.org>2018-03-26 09:16:35 +0200
commit2a97572f072233410985da938b0821e1c537ac46 (patch)
tree4e3c97e60a1236e2bfdf3f445969db2730650e62 /client/src/app/videos/+video-watch/comment
parent5c5638a062d90a0f0cd5f6e8ccb3589099668e79 (diff)
parentd5022312441416263d0b8eafe704bbbd5e30395c (diff)
downloadPeerTube-2a97572f072233410985da938b0821e1c537ac46.tar.gz
PeerTube-2a97572f072233410985da938b0821e1c537ac46.tar.zst
PeerTube-2a97572f072233410985da938b0821e1c537ac46.zip
Fix break-word and add margin between content and other videos.
Diffstat (limited to 'client/src/app/videos/+video-watch/comment')
-rw-r--r--client/src/app/videos/+video-watch/comment/video-comments.component.scss5
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}