Browse Source

Do not wrap grantee

pull/7135/head
Thomas Kaul 3 weeks ago
parent
commit
8bfe7b9b79
  1. 2
      apps/client/src/app/components/access-table/access-table.component.html

2
apps/client/src/app/components/access-table/access-table.component.html

@ -9,7 +9,7 @@
<ng-container matColumnDef="grantee">
<th *matHeaderCellDef class="px-1" i18n mat-header-cell>Grantee</th>
<td *matCellDef="let element" class="px-1" mat-cell>
<td *matCellDef="let element" class="px-1 text-nowrap" mat-cell>
{{ element.grantee }}
</td>
</ng-container>

Loading…
Cancel
Save