Hi,
each field have own id, the id of field is composed so jform_alias_of_field. Try to add CSS like this:
#jform_alias_of_field{height:100px;}
Example on this site (see screenshots)
Screenshot 1: normal view
Screenshot 2: added this css code: #jform_description{height:100px;}