luci-theme-openwrt-2020: fix truncated error badges in tabs

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2020-04-01 18:44:24 +02:00
parent f1aa3f8f6e
commit 5220d4f373

View file

@ -802,6 +802,7 @@ ul > li {
opacity: 1;
height: 1.8em;
max-height: none;
overflow: visible;
}
.cbi-tabmenu > li > a {