From 5220d4f373ae70037bdf8f4e1934ec9631912e67 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 1 Apr 2020 18:44:24 +0200 Subject: [PATCH] luci-theme-openwrt-2020: fix truncated error badges in tabs Signed-off-by: Jo-Philipp Wich --- .../htdocs/luci-static/openwrt2020/cascade.css | 1 + 1 file changed, 1 insertion(+) 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 6ee432f5c9..db2f3bbd5e 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 { -- 2.30.2