luci-theme-openwrt-2020: zone-forwards wrap

Signed-off-by: Jyn <pvp4eek@gmail.com>
This commit is contained in:
Jyn
2025-04-14 14:43:13 +07:00
committed by Paul Donald
parent 50677f9de5
commit d23bbd896b

View File

@@ -779,6 +779,11 @@ p > a {
.zone-forwards { .zone-forwards {
display: flex; display: flex;
align-items: center; align-items: center;
flex-wrap: nowrap;
}
.zone-forwards > * {
text-wrap: auto;
} }
.cbi-progressbar { .cbi-progressbar {