mirror of https://github.com/penpot/penpot.git
🐛 Fix spacing of theme edit modal
This commit is contained in:
parent
ac9735ef03
commit
16952a7087
|
|
@ -160,7 +160,7 @@
|
|||
.edit-theme-wrapper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: $s-12;
|
||||
gap: $s-24;
|
||||
}
|
||||
|
||||
.sets-list-wrapper {
|
||||
|
|
|
|||
Loading…
Reference in New Issue