[bugfix] Fix footer info fields not wrapping (#694)

* flex-wrap footer items

* add testrig instance entry with more info set
This commit is contained in:
tobi
2022-07-05 16:44:58 +02:00
committed by GitHub
parent b61b000e0a
commit 81dd4f3660
3 changed files with 18 additions and 4 deletions

View File

@ -251,6 +251,7 @@ footer {
padding: 2rem;
display: flex;
flex-wrap: wrap;
justify-content: center;
div {