[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
commit 81dd4f3660
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 {