X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fcomment%2Fvideo-comment.component.scss;h=c90f9849bdcc6ba28cf86d1bce0f0126f81615f1;hb=13a6b53655cdd7baba494abc3c9ff52788d4651e;hp=3a3f32b83b7693da97f1c949d6d0d3153d8efc87;hpb=c9ffd53217e69395c303ba36532a6eef39645e4e;p=github%2FChocobozzz%2FPeerTube.git 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..c90f9849b 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 @@ -46,9 +46,7 @@ } .comment-html { - word-break: normal; - word-wrap: break-word; - text-align: justify; + @include peertube-word-wrap; /deep/ a { @include disable-default-a-behaviour; @@ -100,4 +98,4 @@ .root-comment { img { margin-right: 10px; } } -} \ No newline at end of file +}