I have a Select control. I want to add margin (or padding) in expanded items (expanded area) of select control.
$("<select style='outline:none;' name='MaxAcceptableName'
data-value-update='MaxAcceptableText' data-bind='text: MaxAcceptableText' id='MaxAcceptableId'></select > ")
This is how it looks right now
I tried adding padding, margin but directly applies for select control not for the UI after opening it. How can I add margin or padding in items and for bottom item as well so that it will good look.
