I have input type TEXT in my form, i want to reduce the HEIGHT, i have tried many things, but seems like whatever I do it does not work, I tried with line-height, margin etc. below is something i have.
.txtboxItem{
height: 1em;
font-size:8px;
}
and here is my markup
<input class="txtboxItem" type="text" id="txt_emailAddress" />
please note, width works fine, font looks small in my textbox, but why height of textbox is NOT reducing?
EDIT: I think my external file has input property with "!", anyway I can override it in my local html file?