Browse Source

Fix text alignment of allocation column

pull/4734/head
Thomas Kaul 3 months ago
parent
commit
9d9895af2d
  1. 2
      libs/ui/src/lib/top-holdings/top-holdings.component.html

2
libs/ui/src/lib/top-holdings/top-holdings.component.html

@ -36,7 +36,7 @@
</ng-container> </ng-container>
<ng-container matColumnDef="allocationInPercentage" stickyEnd> <ng-container matColumnDef="allocationInPercentage" stickyEnd>
<th *matHeaderCellDef class="justify-content-end px-2" mat-header-cell> <th *matHeaderCellDef class="px-2 text-right" mat-header-cell>
<span class="d-none d-sm-block" i18n>Allocation</span> <span class="d-none d-sm-block" i18n>Allocation</span>
<span class="d-block d-sm-none" title="Allocation">%</span> <span class="d-block d-sm-none" title="Allocation">%</span>
</th> </th>

Loading…
Cancel
Save