HTML - HOW TO Easily Add Padding/Spacing to HTML Select Option

HTML Trick to Increase the Spacing or Padding Between List Items or Option Elements of a Select Element

Home Short:

Although there does not seem to be a direct way to add padding between option elements of an HTML select element, there is a simple hack you can perform which does the trick.

Where ever you want to spacing between option elements, simply insert another option element that is disabled, has no text and set the font-size, via css, to ajust the amount of vertical padding or spacing.

S
H
A
R
E