Hey everyone, I'm sure we've all encountered this issue before and can agree that it's pretty annoying. Does anyone have a solution for removing the white space from select boxes?
<select>
<option>
testing
</option>
</select>
<select>
<option>
testing
</option>
</select>