I have a drop down : drop-down code:
<div>
<asp:DropDownList ID="cboJobType" runat="server" />
</div>
CSS:
#cboJobType{
width: 485px;
overflow: hidden;
white-space: pre;
-webkit-appearance: none;
}
This causes my drop-down to look like this:
Please suggest how to limit the width of drop-down values same as drop-down width.