change flexing so that inputs don't cause overflow
This commit is contained in:
parent
f88fd1c160
commit
6026aaedba
|
|
@ -127,7 +127,7 @@ h1 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.removable-group.removable .removable-item, .add-group .add-group-select {
|
.removable-group.removable .removable-item, .add-group .add-group-select {
|
||||||
flex: 1 0 auto;
|
flex: 1 0 0;
|
||||||
margin-right: .25rem;
|
margin-right: .25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue