luci-theme-material: add missing css for dsl_status_table

Insert a space between the name and the current value, as with other themes.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert 2024-02-28 15:06:07 +01:00
parent 6200371f7a
commit 0b24d1f465

View file

@ -1892,6 +1892,11 @@ td > .ifacebadge,
background-color: #fff;
}
#dsl_status_table .ifacebox-body span > strong {
display: inline-block;
min-width: 50%;
}
/* textarea */
.cbi-input-textarea {
font-family: monospace;