From 506ce48fd95ed2863bbbd700ea1268ff4ad0b38a Mon Sep 17 00:00:00 2001 From: pkrasicki <49721209+pkrasicki@users.noreply.github.com> Date: Tue, 2 Nov 2021 06:01:49 +0000 Subject: [PATCH] Prevent comments from overflowing their container (#1857) Fixes #1851 --- .../components/watch-video-comments/watch-video-comments.css | 3 +++ 1 file changed, 3 insertions(+) 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 73ce59bd..bf6f637f 100644 --- a/src/renderer/components/watch-video-comments/watch-video-comments.css +++ b/src/renderer/components/watch-video-comments/watch-video-comments.css @@ -42,6 +42,8 @@ font-size: 14px; margin-left: 68px; margin-top: 0px; + overflow: hidden; + text-overflow: ellipsis; } @@ -54,6 +56,7 @@ font-size: 14px; margin-top: -10px; margin-left: 70px; + word-wrap: break-word; } .commentDate {