Ignore:
Timestamp:
31 Oct 2012, 22:33:20 (12 years ago)
Author:
Henrik Bettermann
Message:

nowrap does the trick.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/templates/userscontainerpage.pt

    r8062 r9495  
    1313      <td tal:content="account/name">USERNAME</td>
    1414      <td tal:content="account/title">TITLE</td>
    15       <td tal:content="structure python:view.getSiteRoles(account)">SITE ROLES</td>
     15      <td nowrap tal:content="structure python:view.getSiteRoles(account)">SITE ROLES</td>
    1616      <td tal:content="structure python:view.getLocalRoles(account)">LOCAL ROLES</td>
    1717      <td class="text-right">
Note: See TracChangeset for help on using the changeset viewer.