diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-07-13 16:31:14 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-07-13 16:31:14 +0200 |
commit | 053682c4c344e5b1ee875d503ea14e3cb9447e68 (patch) | |
tree | ad7daaa625b28764ec1ac64c1b9ded125873ee9e /themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap | |
parent | 98f4c3cf50f52ace0c1f93135ef7a06291cb4650 (diff) |
luci-theme-bootstrap: margin fix for multiple wifs on status overview
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap')
-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 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 > *, |