make config inputs 100% width
This commit is contained in:
@@ -32,3 +32,11 @@ 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%;
|
||||||
|
}
|
Reference in New Issue
Block a user