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:19:35 +0000 (15:19 +0200)
Signed-off-by: Jyn <[email protected]>
themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css

index 8ea871b498bc4eceb56295ac1562d192bcdec0ee..7a280704613cf0f7dc23bbbfc906ab67d9fd7e5f 100644 (file)
@@ -779,6 +779,11 @@ p > a {
 .zone-forwards {
        display: flex;
        align-items: center;
+       flex-wrap: nowrap;
+}
+
+.zone-forwards > * {
+       text-wrap: auto;
 }
 
 .cbi-progressbar {