mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-24 03:58:49 +01:00
web/ManageSettings: add wrapping (oops)
This commit is contained in:
parent
2bee3e896d
commit
128a1ff696
1 changed files with 1 additions and 0 deletions
|
@ -122,5 +122,6 @@
|
||||||
.button-row {
|
.button-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: var(--padding);
|
gap: var(--padding);
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue