guys could you please help me with this. I'm using chosen.js and have a problem with dropdowns, please see the picture problem with dropdowns
This is the html code
<select id="SelectedInterval" class="chosen_select" name="SelectedInterval">
<option value="3m">3 months</option>
<option value="6m">6 months</option>
<option value="9m" selected="selected">9 months</option>
<option value="1y">1 year</option>
<option value="2y">2 years</option>
</select>
And I'm using standard chosen.css