diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css index 4bd03f7d6..4bde3eaea 100644 --- a/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/luci-theme-openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -1311,6 +1311,7 @@ ul.cbi-tabmenu li.cbi-tab { .ifacebadge.large, .network-status-table .ifacebox-body .ifacebadge { flex: 1; + -webkit-flex: 1 1 auto; margin: .5em .25em .25em .25em; padding: .5em; min-width: 220px; @@ -1727,8 +1728,4 @@ ul.cbi-tabmenu li.cbi-tab { #cbi-network-switch_vlan .td.cbi-section-actions { flex-basis: 100%; } - - .network-status-table .ifacebox { - margin: 0 0 .5em 0; - } } |