Change Drop Down Width of Ad Form
I have several drop-down fields in the ad form that I would like to change the default width to "auto" since a lot of space is wasted with very wide fields. I've updated to CP 3.2.1 and am able to change most of the form fields except for drop-downs. Any suggestions?
I've tried:
a.selectBox .dropdownlist .required .selectBox-dropdown {width: auto !important;}
and