style select option using css

后端 未结 4 1499
太阳男子
太阳男子 2020-12-17 06:06

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

4条回答
  •  春和景丽
    2020-12-17 06:35

    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'

提交回复
热议问题