Browse Source

Fix header alignment

pull/5908/head
Thomas Kaul 2 months ago
parent
commit
c1fd28a22c
  1. 2
      apps/client/src/app/components/admin-platform/admin-platform.component.html
  2. 2
      apps/client/src/app/components/admin-tag/admin-tag.component.html

2
apps/client/src/app/components/admin-platform/admin-platform.component.html

@ -45,7 +45,7 @@
<ng-container matColumnDef="accounts"> <ng-container matColumnDef="accounts">
<th <th
*matHeaderCellDef *matHeaderCellDef
class="px-1" class="justify-content-end px-1"
mat-header-cell mat-header-cell
mat-sort-header="accountCount" mat-sort-header="accountCount"
> >

2
apps/client/src/app/components/admin-tag/admin-tag.component.html

@ -38,7 +38,7 @@
<ng-container matColumnDef="activities"> <ng-container matColumnDef="activities">
<th <th
*matHeaderCellDef *matHeaderCellDef
class="px-1" class="justify-content-end px-1"
mat-header-cell mat-header-cell
mat-sort-header="activityCount" mat-sort-header="activityCount"
> >

Loading…
Cancel
Save