From 2a327d35383f3af241cfe6d62c60c95da5686795 Mon Sep 17 00:00:00 2001 From: absidue <48293849+absidue@users.noreply.github.com> Date: Mon, 30 Sep 2024 17:54:12 +0200 Subject: [PATCH] Fix long comments overflowing and breaking the layout --- .../components/watch-video-comments/watch-video-comments.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/components/watch-video-comments/watch-video-comments.css b/src/renderer/components/watch-video-comments/watch-video-comments.css index 79185b1309f4c..c339bf42a88b4 100644 --- a/src/renderer/components/watch-video-comments/watch-video-comments.css +++ b/src/renderer/components/watch-video-comments/watch-video-comments.css @@ -96,7 +96,7 @@ font-size: 14px; margin-block-start: -10px; margin-inline-start: 70px; - word-wrap: break-word; + word-break: break-word; } .commentPinned {