diff --git a/apps/comments/css/comments.scss b/apps/comments/css/comments.scss
index 5e0bbce28a18d79649ed6b205d22670aca2f1e9a..ec400a68090cff782cf89ec75d7bd7672240b86f 100644
--- a/apps/comments/css/comments.scss
+++ b/apps/comments/css/comments.scss
@@ -159,11 +159,16 @@
 .atwho-view-ul * .avatar-name-wrapper {
 	white-space: nowrap;
 }
-
 #commentsTabView .comment .author,
 #commentsTabView .comment .date {
 	opacity: .5;
 }
+#commentsTabView .comment .author {
+	max-width: 210px;
+	text-overflow: ellipsis;
+	overflow: hidden;
+	white-space: nowrap;
+}
 #commentsTabView .comment .date {
 	margin-left: auto;
 	/** this is to fix the tooltip being too close due to the margin-top applied