diff --git a/evap/static/scss/components/_forms.scss b/evap/static/scss/components/_forms.scss index f57daca200..216364d1d7 100644 --- a/evap/static/scss/components/_forms.scss +++ b/evap/static/scss/components/_forms.scss @@ -10,12 +10,9 @@ } } -select[multiple='multiple'] { - height: 200px; -} - -select[multiple] { - min-height: 40px; +// place tooltip for tomselect based on form-element height +.tomselected { + height: 38px; } .email-form {