From 11db87f369626295b2ffef5a2d3ce773899a8d71 Mon Sep 17 00:00:00 2001 From: absidue <48293849+absidue@users.noreply.github.com> Date: Sat, 9 Jul 2022 17:30:02 +0200 Subject: [PATCH] Fix long video links in the video description breaking the layout (#2382) --- .../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 dc1d33c7d..c34953dde 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; }