diff --git a/src/components/UserLogin.vue b/src/components/UserLogin.vue index 4d2976a..dbf842c 100644 --- a/src/components/UserLogin.vue +++ b/src/components/UserLogin.vue @@ -299,6 +299,12 @@ h1 { position: relative; display: flex; align-items: center; + width: 100%; +} + +.input-wrapper .form-input-modern { + padding-right: 48px; /* Add space for the toggle button */ + width: 100%; } .password-toggle-btn {