mirror of
https://github.com/penpot/penpot.git
synced 2025-07-24 22:07:19 +02:00
🐛 Fix padding on colorpicker when selecting an image (#5729)
This commit is contained in:
parent
f554de8859
commit
44694eaebe
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue