From cdd8b957b09f3d52c4fa9846b93899c4a3f5d96d Mon Sep 17 00:00:00 2001 From: Cipher Vance Date: Wed, 21 Jan 2026 07:49:08 -0600 Subject: [PATCH] fix the password bar length --- src/components/UserLogin.vue | 6 ++++++ 1 file changed, 6 insertions(+) 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 {