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 {
display: flex;
flex-flow: column wrap;
align-items: flex-start;
margin-top: 8px;
& .inputs {
display: flex;
column-gap: 12px;
align-items: flex-end;
width: 100%;
& .field {
flex-grow: 1;