Minor style fix

This commit is contained in:
Yarmo Mackenbach 2021-05-04 11:44:41 +02:00
parent bb3a3dda34
commit 0195420448
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1

View file

@ -389,6 +389,7 @@ form textarea {
} }
.button-wrapper, .radio-wrapper { .button-wrapper, .radio-wrapper {
display: flex; display: flex;
flex-wrap: wrap;
gap: 8px; gap: 8px;
} }
form .button-wrapper, form .radio-wrapper { form .button-wrapper, form .radio-wrapper {