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