fix: 💄 gap between selects

This commit is contained in:
ThatOneCalculator 2023-07-31 20:05:02 -07:00
parent 62ff3bf6e0
commit 723af93f08
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -218,6 +218,7 @@ definePageMetadata(
> .users { > .users {
> .inputs { > .inputs {
display: flex; display: flex;
gap: 0.4rem;
margin-bottom: 16px; margin-bottom: 16px;
> * { > * {