luci-theme-material: zone-forwards wrap
authorJyn <[email protected]>
Mon, 14 Apr 2025 07:41:59 +0000 (14:41 +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-material/htdocs/luci-static/material/cascade.css

index a034733da1933ba8beb4faed124b40092e70335b..cf7dbe973112053f78c3d63110ba946ffb33b5b2 100644 (file)
@@ -2189,10 +2189,12 @@ span[data-tooltip] .label {
 .zone-forwards {
        display: flex;
        min-width: 10rem;
+       flex-wrap: nowrap;
 }
 
 .zone-forwards > * {
        flex: 1 1 45%;
+       text-wrap: auto;
 }
 
 .zone-forwards > span {