css - HTML input (type="search") text being truncated from below in IE10 only -


this happening in ie10 only. have html input tag <input type="search" placeholder="demo text"> , in ie10 it's truncating text below. using line-height 1.45em enough still getting issue.

see 'q' , 'g' in image below.

image link below can't post image don't have enough points on stackoverflow.

http://i.stack.imgur.com/othed.png

by setting min-height fixed issue. help.