From 053682c4c344e5b1ee875d503ea14e3cb9447e68 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 13 Jul 2018 16:31:14 +0200 Subject: [PATCH] luci-theme-bootstrap: margin fix for multiple wifs on status overview 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 87e25cf33..38f3ca54e 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -1858,6 +1858,7 @@ table table td, .network-status-table .ifacebox-body > div { display: flex; flex-wrap: wrap; + margin: -.125em; } .ifacebadge.large, @@ -1866,6 +1867,7 @@ table table td, flex: 1; padding: .25em; min-width: 220px; + margin: .125em; } .ifacebadge > *, -- 2.25.1