From c616d2929a8bac9ef91af494f090355164dc3064 Mon Sep 17 00:00:00 2001 From: Preston Date: Wed, 19 Aug 2020 10:17:28 -0400 Subject: [PATCH] Break extremely long words in the title of a video --- src/renderer/components/watch-video-info/watch-video-info.sass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/renderer/components/watch-video-info/watch-video-info.sass b/src/renderer/components/watch-video-info/watch-video-info.sass index fe9ac4984..73047fb06 100644 --- a/src/renderer/components/watch-video-info/watch-video-info.sass +++ b/src/renderer/components/watch-video-info/watch-video-info.sass @@ -9,6 +9,7 @@ .videoTitle font-size: 22px margin: 0 0 24px + word-break: break-word .channelInformation .profileRow @@ -81,7 +82,7 @@ @media screen and (max-width: 680px) justify-content: flex-start - + ::v-deep .iconDropdown left: calc(50% - 20px) right: auto