fix: Select caret missing in Collapse (#23250)

close #23059
close #23175
This commit is contained in:
偏右 2020-04-14 18:20:24 +08:00 committed by GitHub
parent 54b11b2ae3
commit 4ad5830eec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,6 +102,7 @@
&-input {
width: 100%;
min-width: 3px;
}
&-mirror {
@ -169,7 +170,8 @@
left: @input-padding-horizontal-sm;
}
// https://github.com/ant-design/ant-design/issues/22906
.@{select-prefix-cls}-selection-search:first-child .@{select-prefix-cls}-selection-search-input {
.@{select-prefix-cls}-selection-search:first-child
.@{select-prefix-cls}-selection-search-input {
margin-left: 3px;
}
}