on my site textarea field does not respect the size I set in field configuration
![](https://s3.amazonaws.com/adwsfiles/png/2014-2/textarea_sizes.png)
I set it as above, but in input form (protostar joomla default template)
I see it like this
![](https://s3.amazonaws.com/adwsfiles/png/2014-2/textarea_wrong_size.png)
I tried adding
field_10 {min-height: 200px;}
in form template custom css, this corrects the issue, but then the textarea overlap the tags input box like this
![](https://s3.amazonaws.com/adwsfiles/thumbnails/2014-2/textarea_tags_overlap.png)
thank you
on my site textarea field does not respect the size I set in field configuration
I set it as above, but in input form (protostar joomla default template)
I see it like this
I tried adding
field_10 {min-height: 200px;}
in form template custom css, this corrects the issue, but then the textarea overlap the tags input box like this
thank you