Browse Source

Fix header alignment

pull/6143/head
Thomas Kaul 1 week ago
parent
commit
bf7be0f53e
  1. 2
      libs/ui/src/lib/accounts-table/accounts-table.component.html

2
libs/ui/src/lib/accounts-table/accounts-table.component.html

@ -199,7 +199,7 @@
<ng-container matColumnDef="valueInBaseCurrency"> <ng-container matColumnDef="valueInBaseCurrency">
<th <th
*matHeaderCellDef *matHeaderCellDef
class="d-lg-none d-xl-none px-1 text-right" class="d-lg-none d-xl-none justify-content-end px-1"
mat-header-cell mat-header-cell
mat-sort-header mat-sort-header
> >

Loading…
Cancel
Save