I want the labels associated with my input fields to wrap to the next line along with each other when the character sheet is resized horizontally. Name: <input /> Class: <input />
With the html like this, when the window is shrunk horizontally, the last <input> field wraps down to the next line before it's label "Class:" does, which makes reading it look awkward. Is there some way I can put them in a <span> or <div> and keep them wrapping on the same line with css?