mirror of
https://github.com/penpot/penpot.git
synced 2025-02-01 20:09:04 -05:00
Design
This commit is contained in:
parent
db1250a315
commit
3ce2531b42
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue