Browse Source

fix: Select mode="tags" large size (41px => 40px) (#29437)

close #29374
pull/29442/head
afc163 4 years ago
committed by GitHub
parent
commit
f7a36de698
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      components/select/style/multiple.less

4
components/select/style/multiple.less

@ -184,8 +184,8 @@
}
.@{select-prefix-cls}-selection-search {
height: @select-selection-height + @select-multiple-padding;
line-height: @select-selection-height + @select-multiple-padding;
height: @select-selection-height;
line-height: @select-selection-height;
&-input,
&-mirror {

Loading…
Cancel
Save