From 50677f9de558f0587166d22836dbf4a36a860050 Mon Sep 17 00:00:00 2001 From: Jyn <85330965+janeblower@users.noreply.github.com> Date: Mon, 14 Apr 2025 14:41:59 +0700 Subject: [PATCH] luci-theme-material: zone-forwards wrap Signed-off-by: Jyn --- .../luci-theme-material/htdocs/luci-static/material/cascade.css | 2 ++ 1 file changed, 2 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 a034733da1..cf7dbe9731 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -2189,10 +2189,12 @@ span[data-tooltip] .label { .zone-forwards { display: flex; min-width: 10rem; + flex-wrap: nowrap; } .zone-forwards > * { flex: 1 1 45%; + text-wrap: auto; } .zone-forwards > span {