settings: Use consistent width for account settings modals.

The password change modal, in particular, was way too narrow to
display its error messages comfortably.
This commit is contained in:
Tim Abbott 2021-04-20 07:44:17 -07:00 committed by Tim Abbott
parent 1d575007a3
commit ebcd587ee5

View File

@ -110,10 +110,8 @@ h3 .fa-question-circle-o {
}
}
#change_email_modal {
max-width: 460px;
}
#change_password_modal,
#change_email_modal,
#change_full_name_modal {
max-width: 480px;
}
@ -1422,10 +1420,6 @@ input[type="checkbox"] {
}
}
#change_password_modal {
width: auto;
}
.custom_user_field {
padding-bottom: 20px;