From: Jyn Date: Mon, 14 Apr 2025 07:43:13 +0000 (+0700) Subject: luci-theme-openwrt-2020: zone-forwards wrap X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d23bbd896b1d4207c928b98a8facc90b9d2d508a;p=openwrt-luci.git luci-theme-openwrt-2020: zone-forwards wrap Signed-off-by: Jyn --- 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 8ea871b498..7a28070461 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 @@ -779,6 +779,11 @@ p > a { .zone-forwards { display: flex; align-items: center; + flex-wrap: nowrap; +} + +.zone-forwards > * { + text-wrap: auto; } .cbi-progressbar {