make config inputs 100% width
This commit is contained in:
parent
ce1119f14a
commit
bbb7e0561e
@ -32,3 +32,11 @@ button {
|
||||
.labels-inputs > div {
|
||||
width: max-content;
|
||||
}
|
||||
|
||||
.labels-inputs > div > div {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.labels-inputs > div > div > input {
|
||||
width: 100%;
|
||||
}
|
Loading…
Reference in New Issue
Block a user