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