Browse Source

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

pull/20915/head
二货机器人 5 years ago
committed by GitHub
parent
commit
c36c890f07
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      components/select/style/multiple.less

4
components/select/style/multiple.less

@ -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…
Cancel
Save