diff options
author | Ansuel Smith <ansuelsmth@gmail.com> | 2021-08-04 18:04:54 +0200 |
---|---|---|
committer | Ansuel Smith <ansuelsmth@gmail.com> | 2021-08-05 15:51:02 +0200 |
commit | be028dce56410166d6950c6036dab97fa8c6a81a (patch) | |
tree | a08f5c9749cbcd8a471ab70ad987b0504d0608bf /themes/luci-theme-openwrt | |
parent | 0f4f6e89f15aa1dac0bfd676cb8364ef0b6c6e1f (diff) |
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 <ansuelsmth@gmail.com>
Diffstat (limited to 'themes/luci-theme-openwrt')
-rw-r--r-- | themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |