diff options
author | Jo-Philipp Wich <jo@mein.io> | 2021-09-06 22:29:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-06 22:29:43 +0200 |
commit | f0f9bbe22f0640176b92b222be96de5962a5bdc3 (patch) | |
tree | d86489bafa48a06954835c1be5ecc7f4b69fa89c /modules/luci-mod-dashboard | |
parent | dc0195f7325f4586a827630029347f6272ceffbd (diff) | |
parent | a9ff8d34687b0bcec4e7766576da3b4cb3feda67 (diff) |
Merge pull request #5331 from Ansuel/fixmaterial
Minor fix for material theme
Diffstat (limited to 'modules/luci-mod-dashboard')
-rw-r--r-- | modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/css/custom.css | 6 |
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; } |