This is the current look of my input field:
If I begin to type, my text is right in the middle of the box and continues to go to the right forever. I want to make it stop overflowing and do down to a new line each time it reaches the maximum width I have set, and have the text start from the top instead of the middle. I would like to look like word wrap.
Just to mention: I have multiple input type="text"
fields, so for this one, in particular, I am using its id="description"
and #description
respectively.