SyntaxFix
Write A Post
Hire A Developer
Questions
HTML5 number input doesn't have styles attributes like width or size, but you can style it easily with CSS.
input[type="number"] { width:50px; }