jvcgpt / src /components /form /style.module.scss
Greums's picture
fix layout
043a4d3
raw
history blame
223 Bytes
.formGroup {
display: flex;
flex-direction: column;
margin-bottom: 1rem;
justify-content: space-between;
& > * {
flex-grow: 0;
}
label {
font-size: 1rem;
margin-bottom: .5rem;
}
}