Fix InputGroup large and small size bug, close #5754

This commit is contained in:
afc163 2017-04-14 11:43:56 +08:00
parent f7a68ee428
commit 9497a1f546

View File

@ -229,6 +229,15 @@
.input-sm();
}
// Fix https://github.com/ant-design/ant-design/issues/5754
&-lg .@{ant-prefix}-select-selection--single {
height: @input-height-lg;
}
&-sm .@{ant-prefix}-select-selection--single {
height: @input-height-sm;
}
.@{inputClass}-affix-wrapper {
display: table-cell;
width: 100%;