mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +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;
|
||||
left: calc(10 * $s-140);
|
||||
width: auto;
|
||||
padding: var(--sp-m) 0;
|
||||
padding: var(--sp-m);
|
||||
width: $sz-284;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user