fix the password bar length

This commit is contained in:
Cipher Vance
2026-01-21 07:49:08 -06:00
parent ea151aa4d1
commit cdd8b957b0

View File

@@ -299,6 +299,12 @@ h1 {
position: relative; position: relative;
display: flex; display: flex;
align-items: center; align-items: center;
width: 100%;
}
.input-wrapper .form-input-modern {
padding-right: 48px; /* Add space for the toggle button */
width: 100%;
} }
.password-toggle-btn { .password-toggle-btn {