Working on creating a flexbox form where labels and inputs are on the same line. Have successfully achieved the desired layout using flex properties like flex-basis.
However, encountered an issue when trying to nest the flexbox within an element with a fixed width, causing the layout to break.
For reference, please check the provided fiddle and observe the outcome with and without the div {width:30%}
Seeking advice on potential solutions to overcome this challenge.