mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 11:10:01 +08:00
fix: Select caret missing in Collapse (#23250)
close #23059 close #23175
This commit is contained in:
parent
54b11b2ae3
commit
4ad5830eec
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user