From 614c5295800ea67d5b7a535a85e0753950fb637c Mon Sep 17 00:00:00 2001 From: dr|z3d Date: Thu, 26 Aug 2021 12:55:26 +0000 Subject: [PATCH] Console: fixup local dest truncated address badge --- webconsole/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webconsole/style.css b/webconsole/style.css index 4c362c60..8a924366 100644 --- a/webconsole/style.css +++ b/webconsole/style.css @@ -517,7 +517,7 @@ th, .slide label { background: var(--th_multicolumn); } -.sectiontitle span:not(.routerservice) { +.sectiontitle span:not(.routerservice):not(.hide):not(.badge) { padding: 4px 12px; min-width: 50%; display: inline-block;