style: fix Select mutiple cursor position (#27689)

This commit is contained in:
偏右 2020-11-11 11:53:02 +08:00 committed by GitHub
parent 4b8674d9e9
commit 6a1e9b0200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 2 deletions

View File

@ -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;
}
}

View File

@ -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 =======================