Skip to content

Commit

Permalink
style: 🐛 Fix multiple Select large size (ant-design#22904)
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored Apr 3, 2020
1 parent d45d4bb commit b317b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/select/style/multiple.less
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
}
}

.select-size('lg', @select-multiple-item-height-lg);
.select-size('lg', @input-height-lg);
.select-size('sm', @input-height-sm);

// Size small need additional set padding
Expand Down

0 comments on commit b317b7c

Please sign in to comment.