The default size of the comment box is too small. It can also be resized with a strange look. Please have a look at the attached screenshot.
So two changes to do to make the textarea wider:
#tabs textarea
#tabs
What is not fixable is the live re-size of the container while the browser re-size the textarea.
As said by @sayan, we can change #tabs to 98% and the textarea to 100%
textarea
Fixed in https://pagure.io/pagure/pull-request/460