diff --git a/www/template_pullrequests.html b/www/template_pullrequests.html index b7d50d9..b833efd 100644 --- a/www/template_pullrequests.html +++ b/www/template_pullrequests.html @@ -17,26 +17,23 @@ background: #333333; } .container { - width:1300px; + width:1250px; } .column-pr-id { - width:190px; + width:230px; text-align:center; } .column-pr-title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; - max-width: 350px; + max-width: 400px; } .column-pr-created { width:170px; } .column-pr-labels { } - .column-pr-reviews { - width:150px; - } @@ -73,8 +70,6 @@
Title | Created | Labels | -Reviews | @@ -121,10 +115,6 @@ {% endfor %} -- foo ✔ - bar ✘ - {% endfor %} |
---|