wet-boew / wet-boew-drupal

Drupal variant of the Web Experience Toolkit (WET)
136 stars 74 forks source link

How to Make Textboxes Bigger using a Webform #1919

Closed AlexCreamer closed 6 years ago

AlexCreamer commented 6 years ago

I tried setting the webform size value to something but it doesn't seem to get used. width-80 for css worked but it doesn't adjust the height plus I want text to go to a new line whenever inputted text goes past the end of a line.

joejoseph00 commented 6 years ago

https://www.w3schools.com/css/css_intro.asp

AlexCreamer commented 6 years ago

Textarea was what I was looking for. Thanks.