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%; } }