web/ManageSettings: add wrapping (oops)

This commit is contained in:
wukko 2024-09-22 15:28:03 +06:00
parent 2bee3e896d
commit 128a1ff696
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -122,5 +122,6 @@
.button-row {
display: flex;
gap: var(--padding);
flex-wrap: wrap;
}
</style>