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