mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
style: fix Select mutiple cursor position (#27689)
This commit is contained in:
parent
4b8674d9e9
commit
6a1e9b0200
@ -128,8 +128,8 @@
|
||||
}
|
||||
|
||||
// https://github.com/ant-design/ant-design/issues/22906
|
||||
&:first-child .@{select-prefix-cls}-selection-search-input {
|
||||
margin-left: 6.5px;
|
||||
&:first-child > .@{select-prefix-cls}-selection-search-input {
|
||||
margin-left: 6.5px !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -94,6 +94,13 @@
|
||||
left: auto;
|
||||
}
|
||||
}
|
||||
|
||||
&:first-child > .@{select-prefix-cls}-selection-search-input {
|
||||
.@{select-prefix-cls}-rtl& {
|
||||
margin-right: 5px !important;
|
||||
margin-left: 0 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ======================= Placeholder =======================
|
||||
|
Loading…
Reference in New Issue
Block a user