Fix sizing of metagame settings (#2112)
Some checks are pending
Project CI / build (24.x) (push) Waiting to run

This commit is contained in:
Carlos Fernandez 2026-07-25 05:48:50 -04:00 committed by GitHub
parent 82ce2f3052
commit 59cdacf2e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,6 +24,7 @@
gap: var(--spacer-8); gap: var(--spacer-8);
.form-group .form-fields { .form-group .form-fields {
width: unset; width: unset;
flex: unset;
} }
} }