diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2021-08-09 19:16:13 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-09 19:16:13 +0300 |
commit | 1702813cc373015b79e7dce812ca19e28c3c62b0 (patch) | |
tree | 998b2bee7f6e76668441a6132908bc25dc337925 /themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css | |
parent | c1b0bb9a1f41e76c24e38bcf6630ed609daeb2d2 (diff) | |
parent | be028dce56410166d6950c6036dab97fa8c6a81a (diff) |
Merge pull request #4754 from Ansuel/improvesysupg
luci-mod-system: improve sysupgrade page
Diffstat (limited to 'themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css')
-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; |