Skip to content

Commit 752d7d4

Browse files
committed
fix: not setting box-sizing on the color picker element
Ensures `.cp-color-picker` has `box-sizing: border-box`.
1 parent b058814 commit 752d7d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ColorPicker.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
background-color: #fff;
1818
}
1919

20+
.cp-color-picker,
2021
.cp-color-picker *,
2122
.cp-color-picker *::before,
2223
.cp-color-picker *::after {

0 commit comments

Comments
 (0)