fix: Avoid Select clear icon overlap with selections (#20914)

This commit is contained in:
二货机器人 2020-01-15 13:26:09 +08:00 committed by GitHub
parent ea0604bb3c
commit c36c890f07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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