make config inputs 100% width

This commit is contained in:
Arthur Lu 2022-12-19 18:35:09 -08:00
parent 86eadf1791
commit 2d37f3e589

View File

@ -31,4 +31,12 @@ button {
.labels-inputs > div {
width: max-content;
}
.labels-inputs > div > div {
display: flex;
}
.labels-inputs > div > div > input {
width: 100%;
}