From f1bb8eeb8ed2804c12b9c6c9a155313343c07f0b Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Sun, 16 Aug 2020 10:12:52 -0700 Subject: [PATCH] Fixed: Long relative path when selecting episodes in Manual Import hiding buttons (cherry picked from commit a206a5714e393b32e9a921f8d2413518f17d2b00) --- frontend/src/InteractiveImport/Movie/SelectMovieModalContent.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/InteractiveImport/Movie/SelectMovieModalContent.css b/frontend/src/InteractiveImport/Movie/SelectMovieModalContent.css index ba21e920e..70e697bb3 100644 --- a/frontend/src/InteractiveImport/Movie/SelectMovieModalContent.css +++ b/frontend/src/InteractiveImport/Movie/SelectMovieModalContent.css @@ -28,6 +28,7 @@ .path { margin-right: 20px; color: $dimColor; + word-break: break-word; } .buttons {