mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
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:
parent
1d575007a3
commit
ebcd587ee5
@ -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;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user