SyntaxFix
Write A Post
Hire A Developer
Questions
You should use font-size for controlling the height, it is widely supported amongst browsers. And in order to add spacing, you should use padding. Forexample,
.inputField{ font-size: 30px; padding-top: 10px; padding-bottom: 10px; }