From 8e5fed10f9d88e5e8622d501747507f4aee6b3f5 Mon Sep 17 00:00:00 2001 From: Jyn <85330965+janeblower@users.noreply.github.com> Date: Mon, 14 Apr 2025 14:43:51 +0700 Subject: [PATCH] luci-theme-openwrt: zone-forwards wrap Signed-off-by: Jyn (cherry picked from commit 97d6b5c5ee65a3e9ee7c9841b67dfdec0a3a296a) --- .../htdocs/luci-static/openwrt.org/cascade.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css index 5d3f09a97f..0cb2c150f1 100644 --- a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -1481,12 +1481,13 @@ select + .cbi-button { .zone-forwards { display: flex; - flex-wrap: wrap; + flex-wrap: nowrap; } .zone-forwards > * { flex: 1 1 45%; padding: 1px; + text-wrap: auto; } .zone-forwards > span { -- 2.30.2