From 687cc5dd2155ed8e8614e0786078c724dc501a21 Mon Sep 17 00:00:00 2001 From: tenstormavi Date: Nov 01 2015 10:56:58 +0000 Subject: resize the comment box as default size is too small --- diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index df70d53..a59d6ad 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -901,11 +901,11 @@ ul.changes { } #tabs { - width: 550px; + width: 98%; } #tabs textarea { - width: 500px; + width: 100%; } table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {