Merge pull request #5883 from arbolitoloco1/patch-3

luci-mod-dashboard: improve label's display
This commit is contained in:
Jo-Philipp Wich 2022-07-13 08:46:45 +02:00 committed by GitHub
commit 2b1d00262f
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){ .Dashboard .settings-info p span:nth-child(2){
display: inline-block; display: inline-block;
word-break: break-all; word-break: break-all;
overflow: hidden;
position: relative;
top:2px;
} }
.Dashboard .settings-info p span:nth-child(2).label { .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){ .Dashboard .router-status-info .settings-info p span:nth-child(2){