mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 16:52:25 -05:00
[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:
parent
b61b000e0a
commit
81dd4f3660
3 changed files with 18 additions and 4 deletions
|
|
@ -251,6 +251,7 @@ footer {
|
|||
|
||||
padding: 2rem;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
|
||||
div {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue