change flexing so that inputs don't cause overflow

This commit is contained in:
Jakob Ketterl 2023-08-18 18:12:26 +02:00
parent f88fd1c160
commit 6026aaedba

View file

@ -127,7 +127,7 @@ h1 {
}
.removable-group.removable .removable-item, .add-group .add-group-select {
flex: 1 0 auto;
flex: 1 0 0;
margin-right: .25rem;
}