From df629699bbdd37a67d6062c2ebc4e27bf49735f8 Mon Sep 17 00:00:00 2001 From: Rosy Song Date: Sun, 7 Apr 2019 15:35:28 +0800 Subject: [PATCH] luci-theme-rosy: fix #2645 fix view on network / switch https://github.com/openwrt/luci/issues/2645 Signed-off-by: Rosy Song --- themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css b/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css index f0f4f87204..0d64dfce65 100644 --- a/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css +++ b/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css @@ -2440,11 +2440,14 @@ input[name="nslookup"] { flex-basis: 12%; } -#cbi-firewall-zone .table, -#cbi-network-switch_vlan .table { +#cbi-firewall-zone .table { display: table; } +#cbi-network-switch_vlan #vlan_table { + overflow-x: auto; +} + #cbi-firewall-zone .td.cbi-section-actions { width: 100%; } -- 2.30.2