When setting height to a text area field inside the builder, all appears ok. But on the front end, it looks like this CSS is overriding the height:
textarea { height: auto; line-height: inherit!important; min-height:90px; padding:10px 12px; }