From: Rosy Song Date: Sun, 7 Apr 2019 07:35:28 +0000 (+0800) Subject: luci-theme-rosy: fix #2645 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=df629699bbdd37a67d6062c2ebc4e27bf49735f8;p=project%2Fluci.git luci-theme-rosy: fix #2645 fix view on network / switch https://github.com/openwrt/luci/issues/2645 Signed-off-by: Rosy Song --- 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%; }