The current comment input field only displays a few words worth of text. AFAIK, this can't be tweaked much using css because it's currently implemented as an html input element with type=text. An html textarea element might work better for this as it would allow for a multiline configuration.