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:
parent
98f4c3cf50
commit
053682c4c3
1 changed files with 2 additions and 0 deletions
|
@ -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 > *,
|
||||
|
|
Loading…
Reference in a new issue