Chrome is truncating the display of Segoe UI when used with a line-height
of 1.15 (default setting of normalize.css) This behaviour does not occur on Firefox
This is best illustrated via a screenshot (zoomed in instead of using larger fonts)
You can see a JSFiddle here
Why is Chrome truncating the g character? Why would the problem get worse as you decrease the line height then moving in the same direction get better?
Please note adding padding
to the input does not address the issue