From 91e867dd54cb258ed0c472172976c4f68b14d23d Mon Sep 17 00:00:00 2001 From: riley Date: Mon, 18 Sep 2023 23:02:55 -0400 Subject: [PATCH] Fixing cbi dropdown spacing --- luasrc/gaya/gaya.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/luasrc/gaya/gaya.css b/luasrc/gaya/gaya.css index 7ed4468..dd71411 100644 --- a/luasrc/gaya/gaya.css +++ b/luasrc/gaya/gaya.css @@ -2668,8 +2668,10 @@ strong { .cbi-value input[type="text"], .cbi-value input[type="password"] { min-width: 19rem; - padding: 10px; } + .cbi-value input[type="text"] { + padding: 10px; + } #cbi-firewall-zone .cbi-input-select { min-width: 4rem; }