From cd9a0d4dfd09b3b08d4916e58d4453ee19d26218 Mon Sep 17 00:00:00 2001 From: Santiago Kozak Date: Tue, 12 Jul 2022 20:10:02 -0300 Subject: [PATCH] luci-mod-dashboard: improve label's display Removing overflow and position, adding padding and increasing font size for the label. Signed-off-by: Santiago Kozak (cherry picked from commit df8b5f4e381961707efd50d60390a43639584992) --- .../luci-static/resources/view/dashboard/css/custom.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/css/custom.css b/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/css/custom.css index 8db3bbbe14..66dd81f79e 100644 --- a/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/css/custom.css +++ b/modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/css/custom.css @@ -120,13 +120,11 @@ .Dashboard .settings-info p span:nth-child(2){ display: inline-block; word-break: break-all; - overflow: hidden; - position: relative; - top:2px; } .Dashboard .settings-info p span:nth-child(2).label { - font-size: 8px; + padding: 1px 4px 1px 4px; + font-size: 9.75px; } .Dashboard .router-status-info .settings-info p span:nth-child(2){ -- 2.30.2