I really can\'t figure out what\'s going on in this case. On the multiline pieces of text, the bottom few pixels are cut off.
For me it was font-kerning. Its default value is auto which means it is using kerning information stored in a font. I changed it to normal and it fixed the issue.
font-kerning
auto
input { font-kerning: normal; }