From eee525abfcb00e5c83484e7f87759f60f102e503 Mon Sep 17 00:00:00 2001 From: igoradamenko Date: Sat, 12 May 2018 22:22:49 +0300 Subject: [PATCH] hide anything that goes out of the comment text borders --- web/app/components/comment/__text/comment__text.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/components/comment/__text/comment__text.scss b/web/app/components/comment/__text/comment__text.scss index 0859c323..a91f733a 100644 --- a/web/app/components/comment/__text/comment__text.scss +++ b/web/app/components/comment/__text/comment__text.scss @@ -1,3 +1,4 @@ .comment__text { margin-bottom: 4px; + overflow: hidden; }