input placeholder line-height issue

Tushar picture Tushar · Dec 16, 2013 · Viewed 19.6k times · Source

enter image description here

What is the issue?

There is a input box with height 36px as show in above image. In IE10 placeholder is not vertically middle.

Answer

Amin charoliya picture Amin charoliya · Dec 19, 2014

For all inputs just give

line-height:normal;

it will take normal line-height and will work fine in all browsers.