X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fvideos%2F%2Bvideo-watch%2Fcomment%2Fvideo-comment.component.scss;h=7c46569311100242b63933580807d4811c8426b9;hb=3bf07dd8c27aa6ef40111c6f055e8975b3f514f4;hp=5df5e3ecf07645337274b0ba2ead9c272dc2b553;hpb=9d45db2919862640ad550c5326fb21ddc08d6d59;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 5df5e3ecf..7c4656931 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 @@ -63,13 +63,16 @@ } .comment-account { - @include disable-default-a-behaviour; - word-break: break-all; - color: var(--mainForegroundColor); font-weight: 600; font-size: 90%; + a { + @include disable-default-a-behaviour; + + color: var(--mainForegroundColor); + } + .comment-account-fid { opacity: .6; }