improve form layout handling

This commit is contained in:
Arthur Lu
2022-12-19 17:05:04 -08:00
parent e0e3d5802e
commit ad6e330a74
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;
}