diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-03-04 09:29:07 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-03-04 09:29:07 +0100 |
commit | aa2445cdd85109987b893fb950adbe7d3ef2dddb (patch) | |
tree | 70788dc0395ffdaded2fa6dc156417862dfa200d /themes | |
parent | acef56726c09e9eed15165be17aa955bf93d2e93 (diff) |
luci-theme-bootstrap: fix overview wireless display quirks
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes')
-rw-r--r-- | themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index be49fd434..5f7dd6050 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -2026,6 +2026,8 @@ table table td, .network-status-table .ifacebox-body > div { margin: -.125em; + display: flex; + flex-wrap: wrap; } #dsl_status_table .ifacebox-body span > strong { |