mirror of
https://github.com/penpot/penpot.git
synced 2026-03-20 01:13:41 +00:00
🐛 Fix padding on colorpicker when selecting an image (#5729)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user