From d85db8ffffd8f5aaeb78da12da09be6d1f2ed1d7 Mon Sep 17 00:00:00 2001 From: Samarjeet Date: Fri, 7 May 2021 04:03:54 +0530 Subject: [PATCH] Fix Spotify-ish playlist title is cut off (#1094) --- ui/src/themes/spotify.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/themes/spotify.js b/ui/src/themes/spotify.js index 21faf3182..c42e5384f 100644 --- a/ui/src/themes/spotify.js +++ b/ui/src/themes/spotify.js @@ -201,6 +201,7 @@ export default { }, details: { fontSize: '.875rem', + minWidth: '75vw', color: 'rgba(255,255,255, 0.8)', }, },