I have an input field with a fixed height. The text is vertically centered, but I want it at the top left of the input.
CSS
.wideInput{ text-ali
Instead of input why you not try textarea ?
input
textarea
It will add text from left top corner.