mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
solve the duplicate of selector
This commit is contained in:
parent
98bafca7da
commit
8b533c0635
@ -147,6 +147,9 @@
|
||||
position: relative;
|
||||
height: @input-height-base;
|
||||
cursor: pointer;
|
||||
.@{select-prefix-cls}-selection__rendered {
|
||||
margin-right: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
&-selection__rendered {
|
||||
@ -376,12 +379,6 @@
|
||||
padding-right: 16px;
|
||||
}
|
||||
|
||||
&-selection--single {
|
||||
.@{select-prefix-cls}-selection__rendered {
|
||||
margin-right: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
&-allow-clear &-selection--multiple &-selection__rendered,
|
||||
&-show-arrow &-selection--multiple &-selection__rendered {
|
||||
margin-right: 20px; // In case that clear button will overlap content
|
||||
|
Loading…
Reference in New Issue
Block a user