diff options
Diffstat (limited to 'core/css/inputs.scss')
-rw-r--r-- | core/css/inputs.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/inputs.scss b/core/css/inputs.scss index 4195cb1dea0..d28884d0c53 100644 --- a/core/css/inputs.scss +++ b/core/css/inputs.scss @@ -761,7 +761,7 @@ input { border: 1px solid var(--color-border-dark); background: var(--color-main-background); z-index: 50; - max-height: 250px; + max-height: 175px !important; // 5 items and a half overflow-y: auto; .multiselect__content { width: 100%; |