mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +00:00
🐛 Fix padding on colorpicker when selecting an image (#5729)
This commit is contained in:
parent
f554de8859
commit
44694eaebe
@ -11,7 +11,7 @@
|
|||||||
@extend .modal-background;
|
@extend .modal-background;
|
||||||
left: calc(10 * $s-140);
|
left: calc(10 * $s-140);
|
||||||
width: auto;
|
width: auto;
|
||||||
padding: var(--sp-m) 0;
|
padding: var(--sp-m);
|
||||||
width: $sz-284;
|
width: $sz-284;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user