mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 19:19:26 +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 ========================
|
||||
.@{select-prefix-cls}-selection-item {
|
||||
position: relative;
|
||||
|
Loading…
Reference in New Issue
Block a user