improve form layout handling

This commit is contained in:
2022-12-19 17:05:04 -08:00
parent 534c40d7a9
commit ee0b534794
3 changed files with 23 additions and 2 deletions

View File

@@ -22,4 +22,13 @@ input {
button {
margin-top: 10px;
}
.labels-inputs {
display: flex;
column-gap: 10px;
}
.labels-inputs > div {
width: min-content;
}