#458 Issue comment textbox is too small or can be resized with a strange look
Closed: Fixed Opened by kushal.

pagure-1..png

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:

  • pagure.css, lines 907 a #tabs textarea updated, from 500px to 750px
  • pagure.css, lines 903 a #tabs updated, from 550px to 800px

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%

Fixed in https://pagure.io/pagure/pull-request/460

Metadata