html - input type= email, URL, and search have a 1px left and right padding in Google Chrome -


if use google chrome (at least browser know this), go this example uncheck "normalized css" checkbox , @ input elements.

in google chrome email, url, , search input fields have 1px padding around, text , password fields have top , bottom padding.

why, makes harder format?

try this:

input[type=search]{ padding: 0;} 

Comments