diff --git a/client/src/app/videos/+video-watch/comment/video-comment.component.html b/client/src/app/videos/+video-watch/comment/video-comment.component.html
index 617d0fa41..002de57e4 100644
--- a/client/src/app/videos/+video-watch/comment/video-comment.component.html
+++ b/client/src/app/videos/+video-watch/comment/video-comment.component.html
@@ -20,10 +20,16 @@
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;
}