Here is the HTML code I am working with...
<div>
<input type="radio" value="some value">some text goes here<br />
<input type="radio" value="some value">some text goes here and it's quite long<br />
</div>
The div element has a width of 110 pixels. When the text becomes too long and wraps, I want it to stay on the same line like this.
o some text
o some text
and long