luci-theme-rosy: fix #2645
authorRosy Song <rosysong@rosinson.com>
Sun, 7 Apr 2019 07:35:28 +0000 (15:35 +0800)
committerRosy Song <rosysong@rosinson.com>
Sun, 7 Apr 2019 09:42:15 +0000 (17:42 +0800)
fix view on network / switch

https://github.com/openwrt/luci/issues/2645

Signed-off-by: Rosy Song <rosysong@rosinson.com>
themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css

index f0f4f8720422e527c19ffdcd22ae9d2afc2bc670..0d64dfce65cc1469b5e297823e4cd486f72a190f 100644 (file)
@@ -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%;
 }