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>
This commit is contained in:
Santiago Kozak 2022-07-12 20:10:02 -03:00 committed by GitHub
parent ef7fe79ffc
commit df8b5f4e38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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){