I have this code :
<select style="font-size:0.9em;" ng-model="course" ng-options="c.Id as c.Name for c in model.courses">
<option value="">--select--</option>
I need to add padding/margin for each of the options.
Is there a straight way of doing this ?