Home › Forums › CSS › [Solved] Vertical Text Align (Line Height) in Text Input › Re: [Solved] Vertical Text Align (Line Height) in Text Input
February 25, 2010 at 1:05 pm
#71581
Member
how about adding extra padding ?
Code:
input { height: 40px; /* any help with this css would be appreciated */
overflow:hidden;
padding:10px 10px 5px 10px; }
overflow:hidden;
padding:10px 10px 5px 10px; }