mirror of https://github.com/penpot/penpot.git
🐛 Fix button spacing on delete acount modal
This commit is contained in:
parent
6be83fc6d6
commit
575aec209c
|
|
@ -184,6 +184,7 @@
|
|||
|
||||
.modal-footer .action-buttons {
|
||||
justify-content: space-around;
|
||||
gap: 15px;
|
||||
}
|
||||
|
||||
.fields-container {
|
||||
|
|
|
|||
Loading…
Reference in New Issue