settings: Fix eye icon misaligning with password input on small screen.

This commit is contained in:
Shubham Padia 2024-07-17 10:59:02 +00:00 committed by Tim Abbott
parent e72b42ec13
commit 629e6c701c
1 changed files with 5 additions and 0 deletions

View File

@ -1169,6 +1169,11 @@ input[type="checkbox"] {
.password-input-row {
display: flex;
margin-bottom: 10px;
/* This helps us in making sure that the
password_visibility_toggle does not look
misaligned in small screens where that component
increases in height on small screens. */
max-height: 2em;
.modal_password_input {
/* The usual width of input is 206px, but we reduce