luci-theme-openwrt-2020: zone-forwards wrap
authorJyn <[email protected]>
Mon, 14 Apr 2025 07:43:13 +0000 (14:43 +0700)
committerPaul Donald <[email protected]>
Mon, 14 Apr 2025 13:20:31 +0000 (15:20 +0200)
Signed-off-by: Jyn <[email protected]>
(cherry picked from commit d23bbd896b1d4207c928b98a8facc90b9d2d508a)

themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css

index e39aaac4a2e0ebe4f79d1b7373f5e9b184d67d47..71cba8eab9973596b2795d6a6cfacd383ed34527 100644 (file)
@@ -778,6 +778,11 @@ p > a {
 .zone-forwards {
        display: flex;
        align-items: center;
+       flex-wrap: nowrap;
+}
+
+.zone-forwards > * {
+       text-wrap: auto;
 }
 
 .cbi-progressbar {