luci-theme-bootstrap: margin fix for multiple wifs on status overview

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2018-07-13 16:31:14 +02:00
parent 98f4c3cf50
commit 053682c4c3

View file

@ -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 > *,