diff --git a/web/app/components/comment/__title/comment__title.scss b/web/app/components/comment/__title/comment__title.scss index 1333f31a..3b3129d2 100644 --- a/web/app/components/comment/__title/comment__title.scss +++ b/web/app/components/comment/__title/comment__title.scss @@ -5,6 +5,10 @@ color: #0e7e9d; font-weight: bold; text-decoration: none; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; + display: block; &:hover { opacity: 0.75;