From 6f53defae6731a003104a981543a8d0288f825c3 Mon Sep 17 00:00:00 2001 From: absidue <48293849+absidue@users.noreply.github.com> Date: Tue, 1 Oct 2024 05:43:14 +0200 Subject: [PATCH] Fix long comments overflowing and breaking the layout (#5774) --- .../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 {