use grid layout for forms

This commit is contained in:
Arthur Lu
2022-12-19 18:46:28 -08:00
parent 9825b6b951
commit 6ac057bdbf
4 changed files with 12 additions and 27 deletions

View File

@@ -25,10 +25,7 @@ button {
}
.labels-inputs {
display: flex;
display: grid;
grid-template-columns: auto auto;
column-gap: 10px;
}
.labels-inputs > div {
width: max-content;
}