make config inputs 100% width

This commit is contained in:
Arthur Lu 2022-12-19 18:35:09 -08:00
parent ce1119f14a
commit bbb7e0561e

View File

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