0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-01 20:09:04 -05:00
This commit is contained in:
Florian Schroedl 2024-08-23 17:11:38 +02:00
parent db1250a315
commit 3ce2531b42

View file

@ -126,7 +126,8 @@ hr {
} }
.edit-theme-inputs-wrapper { .edit-theme-inputs-wrapper {
display: flex; display: grid;
grid-template-columns: 0.6fr 1fr;
gap: $s-12; gap: $s-12;
} }