Css – Input wrapping in flexbox for unknown reason
I'm trying to align a label inline with a text input and have them stay on the same line in a flex container that will change widths. If I make the container smaller, like 200px, it wraps the input. Make…