🐛 Fix padding on colorpicker when selecting an image (#5729)

This commit is contained in:
Eva Marco 2025-01-30 14:54:43 +01:00 committed by GitHub
parent f554de8859
commit 44694eaebe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}