diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css index 595656eed..b6a042a5b 100644 --- a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css +++ b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css @@ -317,7 +317,8 @@ body.modal-overlay-active #modal_overlay { .td input[type="password"], .td select, .td .cbi-dropdown:not(.btn):not(.cbi-button), -.td .cbi-dynlist { +.td .cbi-dynlist, +.td .control-group { min-width: auto; width: 100%; } @@ -1065,6 +1066,7 @@ textarea { .control-group { display: inline-flex; margin: 0 -.125rem; + min-width: 20.25em; } .control-group > *, @@ -1074,12 +1076,13 @@ textarea { .control-group > * { margin: .125rem !important; - min-width: auto; + min-width: auto !important; } .control-group > select, .control-group > input:not([type]), -.control-group > input[type="text"] { +.control-group > input[type="text"], +.control-group > input[type="password"] { flex: 10; } |