luci-mod-dashboard: improve label's display
authorSantiago Kozak <redacted>
Tue, 12 Jul 2022 23:10:02 +0000 (20:10 -0300)
committerGitHub <redacted>
Tue, 12 Jul 2022 23:10:02 +0000 (20:10 -0300)
Removing overflow and position, adding padding and increasing font size for the label.

Signed-off-by: Santiago Kozak <redacted>
modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/css/custom.css

index 8db3bbbe1406906c68cf6ac29a6d10a4d9bf15f1..66dd81f79ed5c444ec9df78411fa2376d171e69d 100644 (file)
 .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){
git clone https://git.99rst.org/PROJECT