I have noticed that select
elements appear to be adding some additional padding on the left edge of the dropdown. Here is a JSFiddle to illustrate:
https://jsfiddle.net/Ls25gxdt/4/
Even when I apply padding: 0
it still adds in an extra 2/3px padding that I cannot seem to get rid of.
Does anybody know what it causing this and how I can remove the additional padding so that the text meets the left edge of the dropdown?