#460 resize the comment box as default size is too small
Merged 8 years ago by pingou. Opened 8 years ago by tenstormavi.
tenstormavi/pagure development  into  master

file modified
+2 -2
@@ -901,11 +901,11 @@ 

  }

  

  #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 {

no initial comment
Metadata