summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/css/custom.css6
1 files changed, 4 insertions, 2 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 62ef169fb5..8db3bbbe14 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,15 @@
.Dashboard .settings-info p span:nth-child(2){
display: inline-block;
word-break: break-all;
- max-width: 150px;
overflow: hidden;
- max-height: 16px;
position: relative;
top:2px;
}
+.Dashboard .settings-info p span:nth-child(2).label {
+ font-size: 8px;
+}
+
.Dashboard .router-status-info .settings-info p span:nth-child(2){
max-width: 283px;
}