From df0ec942333015bae103f4ce37ca3f2c52cc0d70 Mon Sep 17 00:00:00 2001 From: absidue <48293849+absidue@users.noreply.github.com> Date: Sat, 9 Jul 2022 17:29:32 +0200 Subject: [PATCH] Fix long video links in the video description breaking the layout (#2381) --- .../watch-video-description/watch-video-description.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/renderer/components/watch-video-description/watch-video-description.css b/src/renderer/components/watch-video-description/watch-video-description.css index dc1d33c7..c34953dd 100644 --- a/src/renderer/components/watch-video-description/watch-video-description.css +++ b/src/renderer/components/watch-video-description/watch-video-description.css @@ -7,4 +7,5 @@ font-family: 'Roboto', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'; font-size: 17px; white-space: pre-wrap; + overflow-wrap: anywhere; }