undo input width

This commit is contained in:
Arthur Lu 2022-12-19 18:36:41 -08:00
parent bbb7e0561e
commit 08c6126f81

View File

@ -32,11 +32,3 @@ button {
.labels-inputs > div {
width: max-content;
}
.labels-inputs > div > div {
display: flex;
}
.labels-inputs > div > div > input {
width: 100%;
}