mirror of
https://github.com/remvze/moodist.git
synced 2026-03-11 22:54:42 +08:00
fix: make inputs full width
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user