0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-11 23:31:21 -05:00

🐛 Fix button spacing on delete acount modal

This commit is contained in:
Eva 2023-02-01 12:38:54 +01:00
parent 6be83fc6d6
commit 575aec209c

View file

@ -184,6 +184,7 @@
.modal-footer .action-buttons {
justify-content: space-around;
gap: 15px;
}
.fields-container {