Skip to content

Commit

Permalink
fix: colorpicker style border-box (#1691)
Browse files Browse the repository at this point in the history
  • Loading branch information
carolin913 authored Dec 28, 2023
1 parent c618389 commit cd3946e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style/web/components/color-picker/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@
padding: @color-picker-swatch-item-padding;
position: relative;
left: @color-picker-swatch-item-left-negative-padding;
box-sizing: content-box;
}

&--item {
Expand Down

0 comments on commit cd3946e

Please sign in to comment.