From: Jyn <85330965+janeblower@users.noreply.github.com> Date: Mon, 14 Apr 2025 07:41:59 +0000 (+0700) Subject: luci-theme-material: zone-forwards wrap X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=50677f9de558f0587166d22836dbf4a36a860050;p=project%2Fluci.git luci-theme-material: zone-forwards wrap Signed-off-by: Jyn --- 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 {