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