I want to vertically center the text entered in input text boxes on the page.
Typical way to achieve this is to set the line-height and height equal. This works on pre
Setting line-height: 1; seems to fix this.
line-height: 1;