Fixed wrapping in subscription list

This commit is contained in:
Tobi Schäfer 2015-02-07 11:58:46 +01:00
parent 7ff4399b05
commit c3793223d6
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@
<% subscription.title default=<% subscription.name %> | subscription.link %>
</td>
<td><% membership.role %></td>
<td title='<% subscription.modified short %>' data-uk-tooltip="{pos: 'top-left'}">
<td class='uk-text-nowrap' title='<% subscription.modified short %>' data-uk-tooltip="{pos: 'top-left'}">
<% subscription.modified text %>
</td>
<td class='uk-text-right'>

View file

@ -32,7 +32,7 @@
<tr>
<th><% gettext Site %></th>
<th><% gettext Role %></th>
<th><% gettext 'Last Update' %></th>
<th class='uk-text-nowrap'><% gettext 'Last Update' %></th>
<th></th>
</tr>
</thead>