fix: make inputs full width

This commit is contained in:
MAZE 2024-04-29 15:57:07 +04:30
parent 8fe90daf1e
commit cc77f9e9c0

View file

@ -14,15 +14,13 @@
} }
.controls { .controls {
display: flex;
flex-flow: column wrap;
align-items: flex-start;
margin-top: 8px; margin-top: 8px;
& .inputs { & .inputs {
display: flex; display: flex;
column-gap: 12px; column-gap: 12px;
align-items: flex-end; align-items: flex-end;
width: 100%;
& .field { & .field {
flex-grow: 1; flex-grow: 1;