From 0b24d1f4654d4f9c925e1ed1ccccbc9a2dcf8494 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Wed, 28 Feb 2024 15:06:07 +0100 Subject: [PATCH] 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 --- .../htdocs/luci-static/material/cascade.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css index fef91e48b6..337a938df5 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -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; -- 2.30.2