fix: form element alignment in form

This commit is contained in:
Carlos Valente
2024-10-02 21:54:10 +02:00
committed by Carlos Valente
parent 7877af571f
commit e2cbe43a2b
3 changed files with 8 additions and 5 deletions
@@ -53,9 +53,11 @@
display: flex;
flex-direction: column;
gap: 1em;
}
.inlineLabels {
label {
display: flex;
gap: 1em;
gap: 1rem;
}
}