wrapped badges inside the navbar

This commit is contained in:
gabryon99 2020-03-03 21:35:34 +01:00
parent 0f7ffad6e1
commit 8865cacb98
2 changed files with 17 additions and 2 deletions

View file

@ -885,6 +885,15 @@ path.link {
#network-load {
display: contents;
}
#network-load > li.nav-item {
max-width: 60rem;
}
#network-load div.d-flex {
width: 100%;
flex-wrap: wrap;
height: 100%;
align-items: center;
}
#network-load div.d-flex a {
margin: 0 0.1em;
}