diff options
author | Jo-Philipp Wich <jo@mein.io> | 2022-07-13 08:46:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-13 08:46:45 +0200 |
commit | 2b1d00262f2e12ae80c2191672737dd507250e1d (patch) | |
tree | 8e37666e9d92c83db5b38e4bf99fd431a3887e32 /modules/luci-mod-dashboard | |
parent | ef7fe79ffc4a0725d51eb554db02fd8e3e73534d (diff) | |
parent | df8b5f4e381961707efd50d60390a43639584992 (diff) |
Merge pull request #5883 from arbolitoloco1/patch-3
luci-mod-dashboard: improve label's display
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, 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){ |