Skip to content

Commit 2865c95

Browse files
authored
[4.0] ] fix color selector box too big issue (#33611)
I am not 100% convinced this is the correct solution but based on the accepted code in #30585 it is a working solution.
1 parent 8c4ca94 commit 2865c95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/media_source/system/scss/_jquery-minicolors.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Overrides for jQuery Minicolors
22

33
.minicolors-theme-bootstrap .minicolors-swatch {
4-
width: 40px;
5-
height: 40px;
4+
width: 36px;
5+
height: 36px;
66
> .minicolors-sprite {
77
top: 50%;
88
left: 8px;

0 commit comments

Comments
 (0)