html - Add padding to select input in chrome? -
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 You have to delete select input element for categories in my site, thus there is a padding:
Padding: 5px;
select element (for some reason) The CSS property is as follows:
Padding-Down: 0! Important;
Important otherwise it will not allow override.
Comments
Post a Comment