From be028dce56410166d6950c6036dab97fa8c6a81a Mon Sep 17 00:00:00 2001 From: Ansuel Smith Date: Wed, 4 Aug 2021 18:04:54 +0200 Subject: luci-theme: fix css for flash advanced settings Fix themes for broken display of advanced button in the sysupgrade modal. Signed-off-by: Ansuel Smith --- themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/luci-theme-openwrt') diff --git a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css index e9880a3809..a3a9165d5b 100644 --- a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -658,7 +658,7 @@ img.cbi-image-button { text-align: center; font-weight: bold; line-height: 12px; - height: 22px; + min-height: 22px; line-height: 20px; box-sizing: border-box; cursor: pointer; -- cgit v1.2.3