# HG changeset patch
# User Anton Shestakov <av6@dwimlabs.net>
# Date 1467631786 -28800
# Node ID 679aa3a6279501753220c2dd2a6df56ee5560068
# Parent  c5bfc491a942c29b1e7ca9376b9e93747cb2e0f2
viewer: stretch project name column to maximum on /

diff -r c5bfc491a942 -r 679aa3a62795 templates/index.html
--- a/templates/index.html	Mon Jul 04 19:20:30 2016 +0800
+++ b/templates/index.html	Mon Jul 04 19:29:46 2016 +0800
@@ -13,7 +13,7 @@
           <tr>
             <td>{% module Badges(check) %}</td>
             <td><a href="{{ check.get_url() }}">check #{{ check.ordinal }}</a></td>
-            <td><a href="{{ project.get_url() }}">{{ project.get_title() }}</a></td>
+            <td class="uk-width-1-1 uk-text-break"><a href="{{ project.get_url() }}">{{ project.get_title() }}</a></td>
             <td>{{ change.branch }}</td>
             <td>{{ change.rev }}:{{ change.node[:12] }}</td>
             <td>{% module Time(check.finished) %}</td>