Skip to content

Commit

Permalink
fix: Avoid Select clear icon overlap with selections (ant-design#20914)
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ authored Jan 15, 2020
1 parent ea0604b commit c36c890
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/select/style/multiple.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c36c890

Please sign in to comment.