From: Jyn <85330965+janeblower@users.noreply.github.com> Date: Mon, 14 Apr 2025 07:43:13 +0000 (+0700) Subject: luci-theme-openwrt-2020: zone-forwards wrap X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=766786812b169e69bd411aa0e400a442dd522a23;p=project%2Fluci.git luci-theme-openwrt-2020: zone-forwards wrap Signed-off-by: Jyn (cherry picked from commit d23bbd896b1d4207c928b98a8facc90b9d2d508a) --- diff --git a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css index e39aaac4a2..71cba8eab9 100644 --- a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css +++ b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css @@ -778,6 +778,11 @@ p > a { .zone-forwards { display: flex; align-items: center; + flex-wrap: nowrap; +} + +.zone-forwards > * { + text-wrap: auto; } .cbi-progressbar {