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:
parent
e63eecff85
commit
df629699bb
1 changed files with 5 additions and 2 deletions
|
@ -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%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue