Fixed wrapping in subscription list
This commit is contained in:
parent
7ff4399b05
commit
c3793223d6
2 changed files with 2 additions and 2 deletions
|
@ -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'>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue