If you have multiple radio buttons, each with a label, what is the most simple way to force the button/label pair to always be on the same line, and force the next pair down to the next line?
Large screen:
() Label 1 () Label 2 () Label 3
On a small screen, what I want is this:
() Label 1
() Label 2
() Label 3
But what I'm getting is something like this:
() Label 1 ()
Label 2 ()
Label 3