<select></select> inputs in my form. Normal on bigger screens I want them to be 50 50 with gap in between. And than wrap to if there is no space with the width of 100%.I'm using flex-box on them. I've tried using min-width:50%; on both <selection></selection>..two_selectors{ display:flex; flex-wrap:wrap; } .selector_wrapper{ min-width:50%; }