From d874c2693d66a041c5380db9ac629c54a611f155 Mon Sep 17 00:00:00 2001 From: riley Date: Tue, 12 Sep 2023 19:30:42 -0400 Subject: [PATCH] fixed password field width at some resolutions --- luasrc/gaya/gaya.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luasrc/gaya/gaya.css b/luasrc/gaya/gaya.css index f7fe487..0f15df7 100644 --- a/luasrc/gaya/gaya.css +++ b/luasrc/gaya/gaya.css @@ -2745,7 +2745,7 @@ strong { .cbi-value input[type="password"], .cbi-value input[name^="pw"], .cbi-value input[data-update="change"]:nth-child(2) { - width: 100%; + width: 100% !important; min-width: 13rem; color: #fff; }