Had this problem, just double check that the children are not set to float:left. You might have to set the parent to display:block to access the controls first, then back to flex once the child float is off.
Had this problem, just double check that the children are not set to float:left. You might have to set the parent to display:block to access the controls first, then back to flex once the child float is off.