This text "Third OMG! How can one option contain soooo many words? This really is a lot of words." make my Select box width more than 300px.
<form action="" method="get">
<select name="monster-widget-just-testing">
<option value="0">First
</option><option value="1">Second
</option><option value="2">Third OMG! How can one option contain soooo many words? This really is a lot of words.
</option></select>
</form>
View the demo in here > http://jsfiddle.net/VHf9r/
How to make the box width box always 300px with that text???
Please help me.
Thank you