From 8a76d71bd510f93e9810dc801bc9c265c52451e5 Mon Sep 17 00:00:00 2001 From: hankhill19580 <hankhill19580@gmail.com> Date: Thu, 19 Nov 2020 21:11:04 +0000 Subject: [PATCH] Widen margins in langsettings dropdown --- installer/resources/themes/console/light/console.css | 1 + 1 file changed, 1 insertion(+) diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index 7213c51e45..7520e32a3b 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -4813,6 +4813,7 @@ div#themesettings { select#langsettings { width: 15rem; + margin: 20px !important; } div#langsettings { -- GitLab