I\'m trying to style a select option list using CSS. I want more padding between the times of the list because the seem squashed together. I\'ve tried adding padding to the
try setting the styling on the option itself instead of on the select, and focus on padding and line-height for the options.
by the way, your selector '.ms2side__div' is incorrect. The select has an ID, so use 'select#second' or just '#second'