X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fcomment%2Fvideo-comments.component.scss;h=7aadc28662b0b51504c17a9d13d3017f1a899365;hb=33bacf9cfe1f33526f2aa6601f724350e4f005dd;hp=19ab3b633d4924218ae29a6396de9ed9956a2804;hpb=d7e70384a360cda51fe23712331110a5c8b1124c;p=github%2FChocobozzz%2FPeerTube.git 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 19ab3b633..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 @@ -1,6 +1,10 @@ @import '_variables'; @import '_mixins'; +#highlighted-comment { + margin-bottom: 25px; +} + .view-replies { font-weight: $font-semibold; font-size: 15px; @@ -14,3 +18,9 @@ display: inline-block; font-size: 13px; } + +.comment-html { + word-wrap: normal; + word-break: normal; + text-align: justify; +}