mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
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 {
|
||||
flex: 1 0 auto;
|
||||
flex: 1 0 0;
|
||||
margin-right: .25rem;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue