Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago Kozak <santikzk1406@gmail.com>2022-07-13 02:10:02 +0300
committerGitHub <noreply@github.com>2022-07-13 02:10:02 +0300
commitdf8b5f4e381961707efd50d60390a43639584992 (patch)
tree8e37666e9d92c83db5b38e4bf99fd431a3887e32 /modules
parentef7fe79ffc4a0725d51eb554db02fd8e3e73534d (diff)
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 <santikzk1406@gmail.com>
Diffstat (limited to 'modules')
-rw-r--r--modules/luci-mod-dashboard/htdocs/luci-static/resources/view/dashboard/css/custom.css6
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){