X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fcomment%2Fvideo-comments.component.scss;h=0b8aa1854f26fd0e823b6502034b1ac8dd2dc812;hb=13a6b53655cdd7baba494abc3c9ff52788d4651e;hp=627171ef12e123eaba378ba59a0499a60a94d592;hpb=2a97572f072233410985da938b0821e1c537ac46;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 627171ef1..0b8aa1854 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,8 +18,9 @@ display: inline-block; font-size: 13px; } -.comment-html { - word-wrap: normal; - word-break: normal; - text-align: justify; -} + +@media screen and (max-width: 600px) { + .view-replies { + margin-left: 46px; + } +} \ No newline at end of file