From 4b84f35d59dfe6c6b1fa5afd2b52a06030308704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adina=20=C8=9Aeudan?= Date: Thu, 23 Nov 2023 13:43:08 +0200 Subject: [PATCH] RED-7692: Add linebreak if comment is too long --- .../file-preview/components/comments/comments.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/red-ui/src/app/modules/file-preview/components/comments/comments.component.scss b/apps/red-ui/src/app/modules/file-preview/components/comments/comments.component.scss index f9c8c4a3b..aeac3c744 100644 --- a/apps/red-ui/src/app/modules/file-preview/components/comments/comments.component.scss +++ b/apps/red-ui/src/app/modules/file-preview/components/comments/comments.component.scss @@ -5,6 +5,7 @@ .comment { margin-bottom: 10px; + overflow-wrap: anywhere; .comment-details-wrapper { margin-bottom: 4px;