In IE 11 , the letter "w" comes with extra space. i.e. : "Password" becomes "Passw ord"
This only happens when font-family = arial and font-size = 11px.
body, table, input, select, textarea {
font: 11px normal Arial, Helvetica, sans-serif;
}
anybody know the reason behind it ?
Seems like IE11 has a problem with letter spacing. To fix this follow this article which says: