luci-theme-rosy: fix #2645

fix view on network / switch

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

Signed-off-by: Rosy Song <rosysong@rosinson.com>
This commit is contained in:
Rosy Song 2019-04-07 15:35:28 +08:00
parent e63eecff85
commit df629699bb

View file

@ -2440,11 +2440,14 @@ input[name="nslookup"] {
flex-basis: 12%; flex-basis: 12%;
} }
#cbi-firewall-zone .table, #cbi-firewall-zone .table {
#cbi-network-switch_vlan .table {
display: table; display: table;
} }
#cbi-network-switch_vlan #vlan_table {
overflow-x: auto;
}
#cbi-firewall-zone .td.cbi-section-actions { #cbi-firewall-zone .td.cbi-section-actions {
width: 100%; width: 100%;
} }