I have the following HTML code:
...
The thing that no one is mentioning here is that Chrome resets the CSS for these elements:
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"]::-webkit-file-upload-button,
button
So no matter what you set the padding to, as far as I can tell, it will be overridden by Chrome. I have tried using !important
as well as other techniques and still no luck. If anyone has any insight into this I would love to know.