🐛 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 { .modal-footer .action-buttons {
justify-content: space-around; justify-content: space-around;
} }
.fields-container {
margin-top: 1rem;
}
} }
.confirm-dialog { .confirm-dialog {

View file

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