mirror of
https://github.com/penpot/penpot.git
synced 2025-03-12 07:41:43 -05:00
🐛 Fix button spacing on delete acount modal
This commit is contained in:
parent
6be83fc6d6
commit
575aec209c
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@
|
||||||
|
|
||||||
.modal-footer .action-buttons {
|
.modal-footer .action-buttons {
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
|
gap: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fields-container {
|
.fields-container {
|
||||||
|
|
Loading…
Add table
Reference in a new issue