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

🐛 Fix minor visual issue

This commit is contained in:
alonso.torres 2021-08-31 16:10:42 +02:00
parent c8c43de510
commit bd52a7c926
2 changed files with 15 additions and 10 deletions

View file

@ -154,6 +154,10 @@
.modal-footer .action-buttons {
justify-content: space-around;
}
.fields-container {
margin-top: 1rem;
}
}
.confirm-dialog {

View file

@ -95,16 +95,17 @@
{:type :info
:content (tr "modals.change-email.info" (:email profile))}]
[:div.fields-row
[:& fm/input {:type "email"
:name :email-1
:label (tr "modals.change-email.new-email")
:trim true}]]
[:div.fields-row
[:& fm/input {:type "email"
:name :email-2
:label (tr "modals.change-email.confirm-email")
:trim true}]]]
[:div.fields-container
[:div.fields-row
[:& fm/input {:type "email"
:name :email-1
:label (tr "modals.change-email.new-email")
:trim true}]]
[:div.fields-row
[:& fm/input {:type "email"
:name :email-2
:label (tr "modals.change-email.confirm-email")
:trim true}]]]]
[:div.modal-footer
[:div.action-buttons