html - Add padding to select input in chrome? -


select input element for categories in my site, thus there is a padding: Padding: 5px;

The padding works well in Firefox, but only adds top and right padding in Chrome, and it looks weird, How can I fix it?

Your select element (for some reason) The CSS property is as follows:

  Padding-Down: 0! Important;   

You have to delete Important otherwise it will not allow override.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -