I have a text input with some placeholder:
I would like to make the placeholder te
Giving the input box a width and height does the trick.
input { font-size: 20px; height: 20px; width: 200px; }
JSFiddle