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 {