mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 04:30:06 +08:00
fix: Avoid Select clear icon overlap with selections (#20914)
This commit is contained in:
parent
ea0604bb3c
commit
c36c890f07
@ -28,6 +28,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.@{select-prefix-cls}-allow-clear .@{select-prefix-cls}-selector {
|
||||||
|
padding-right: @font-size-sm + @control-padding-horizontal;
|
||||||
|
}
|
||||||
|
|
||||||
// ======================== Selections ========================
|
// ======================== Selections ========================
|
||||||
.@{select-prefix-cls}-selection-item {
|
.@{select-prefix-cls}-selection-item {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
Reference in New Issue
Block a user