My inline form is not aligning elements correctly on medium screens. When the screen size reaches 666px, the form splits into 4 rows as shown in this bootply.
The problem arises with the second row when the screen size is less than 660px. It only displays one element even though there is enough space for others to follow. I suspect the issue lies with the second select element taking up the entire line.
How can I ensure that the second row fills up with as many controls as the available space allows?