Home › Forums › CSS › [Solved] Vertical Text Align (Line Height) in Text Input › Re: [Solved] Vertical Text Align (Line Height) in Text Input
February 27, 2010 at 12:37 pm
#71731
Member
That’s an interesting solution, psychotronic, thanks for pointing it out. In the meanwhile, I solved my problem of the input field expanding to acomodate the padding I’m adding to center the text within the field: I reduced the height/length of the field by the same number of added padding pixels, and the field returns to the appropriate size. :)