diff --git a/src/styles/components/select.less b/src/styles/components/select.less index 0c3c6a99..b812d53b 100644 --- a/src/styles/components/select.less +++ b/src/styles/components/select.less @@ -105,6 +105,9 @@ padding-right: 22px; } } + &-default&-multiple &-selection{ + min-height: @input-height-base; + } &-large&-single &-selection{ height: @input-height-large; @@ -191,6 +194,7 @@ height: @input-height-base - 6px; line-height: @input-height-base - 6px; padding: 0 0 0 4px; + top: 2px; } &-not-found{