diff options
author | Rosy Song <rosysong@rosinson.com> | 2019-04-07 15:35:28 +0800 |
---|---|---|
committer | Rosy Song <rosysong@rosinson.com> | 2019-04-07 17:42:15 +0800 |
commit | df629699bbdd37a67d6062c2ebc4e27bf49735f8 (patch) | |
tree | a706a3d1553ea25f88fde4ca09629d48906f02f6 /themes/luci-theme-rosy/htdocs/luci-static | |
parent | e63eecff856c3b6e47ababa1f4db29433021047f (diff) |
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>
Diffstat (limited to 'themes/luci-theme-rosy/htdocs/luci-static')
-rw-r--r-- | themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css | 7 |
1 files 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 f0f4f8720..0d64dfce6 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%; } |