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
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }