diff --git a/src/app/components/shared/comment/comment.component.scss b/src/app/components/shared/comment/comment.component.scss
index 3174c0b7241f75a911043e5d0e16d72e25b3e821..4adef858b4fb0eda22e013fefb1e2ba48c94cf71 100644
--- a/src/app/components/shared/comment/comment.component.scss
+++ b/src/app/components/shared/comment/comment.component.scss
@@ -73,6 +73,5 @@ h2 {
   text-align: start;
   font-size: large;
   max-height: 120px;
-  overflow: hidden;
-  text-overflow: ellipsis;
+  overflow: auto;
 }