diff --git a/ui/scss/component/_form-field.scss b/ui/scss/component/_form-field.scss index 442c59115..54facbcfa 100644 --- a/ui/scss/component/_form-field.scss +++ b/ui/scss/component/_form-field.scss @@ -442,6 +442,10 @@ fieldset-section { } .select--slim { + @media (min-width: $breakpoint-small) { + max-width: none; + } + select { max-height: 1.5rem !important; padding: 0 var(--spacing-xs);