From 86d44edf6dea6a81650e839093098a7d81a7f635 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Thu, 1 Jul 2021 09:38:55 +0200 Subject: [PATCH] Increase event repease multiselect minimum width It fails to display the whole placeholder on low resolutions Signed-off-by: Thomas Citharel --- css/app-sidebar.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app-sidebar.scss b/css/app-sidebar.scss index f28a15ac4..0303e78a3 100644 --- a/css/app-sidebar.scss +++ b/css/app-sidebar.scss @@ -128,7 +128,7 @@ .multiselect { width: 100%; - min-width: 75px !important; // Set a lower min-width + min-width: 100px !important; // Set a lower min-width } } @@ -173,7 +173,7 @@ .multiselect, input[type=number] { - min-width: 75px; + min-width: 100px; width: 25%; } }