mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-11 10:05:07 +08:00
Fix InputGroup large and small size bug, close #5754
This commit is contained in:
parent
f7a68ee428
commit
9497a1f546
@ -229,6 +229,15 @@
|
|||||||
.input-sm();
|
.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 {
|
.@{inputClass}-affix-wrapper {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user