mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 08:54:13 +00:00
fix: make inputs full width
This commit is contained in:
parent
8fe90daf1e
commit
cc77f9e9c0
1 changed files with 1 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue