improve form layout handling
This commit is contained in:
@@ -22,4 +22,13 @@ input {
|
||||
|
||||
button {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.labels-inputs {
|
||||
display: flex;
|
||||
column-gap: 10px;
|
||||
}
|
||||
|
||||
.labels-inputs > div {
|
||||
width: min-content;
|
||||
}
|
Reference in New Issue
Block a user