One of the items in the multiple select box is much longer than the others, is there a way to hack it to make the width of it smaller
<select size="1">
<option>item</option>
<option>item</option>
<option>item is really long</option>
<option>item</option>
</select>