From aa2445cdd85109987b893fb950adbe7d3ef2dddb Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 4 Mar 2020 09:29:07 +0100 Subject: luci-theme-bootstrap: fix overview wireless display quirks Signed-off-by: Jo-Philipp Wich --- themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'themes/luci-theme-bootstrap/htdocs') 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 be49fd4349..5f7dd60508 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 { -- cgit v1.2.3