--- a/templates/index.html Thu Jun 16 21:59:16 2016 +0800
+++ b/templates/index.html Fri Jun 17 13:39:38 2016 +0800
{% set project = check.project %}
{% set change = check.change %}
- <td>{% module Badges(check) %}</td>
+ <td class="uk-text-nowrap">{% module Badges(check) %}</td>
<td><a href="{{ check.get_url() }}">#{{ check.ordinal }}</a></td>
<td><a href="{{ project.get_url() }}">{{ project.name }}</a></td>
<td>{{ change.rev }}:{{ change.node[:12] }} {{ change.branch }}</td>
--- a/templates/project.html Thu Jun 16 21:59:16 2016 +0800
+++ b/templates/project.html Fri Jun 17 13:39:38 2016 +0800
{% for check in checks %}
{% set change = check.change %}
- <td>{% module Badges(check) %}</td>
+ <td class="uk-text-nowrap">{% module Badges(check) %}</td>
<td><a href="{{ check.get_url() }}">#{{ check.ordinal }}</a></td>
<td>{{ change.rev }}:{{ change.node[:12] }} {{ change.branch }}</td>