diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-04-01 18:44:24 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-04-01 18:45:18 +0200 |
commit | 5220d4f373ae70037bdf8f4e1934ec9631912e67 (patch) | |
tree | 16d756ada38d282f0da1114b57c3180a2b8b24c2 /themes/luci-theme-openwrt-2020 | |
parent | f1aa3f8f6e378a2fd212590cb3c7b426c014e8ba (diff) |
luci-theme-openwrt-2020: fix truncated error badges in tabs
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes/luci-theme-openwrt-2020')
-rw-r--r-- | themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css | 1 |
1 files changed, 1 insertions, 0 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 6ee432f5c..db2f3bbd5 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 @@ -802,6 +802,7 @@ ul > li { opacity: 1; height: 1.8em; max-height: none; + overflow: visible; } .cbi-tabmenu > li > a { |