Browse Source

Fix Holding table footer for smaller devices

pull/4370/head
Dan 2 months ago
parent
commit
18b2b3518b
  1. 8
      libs/ui/src/lib/holdings-table/holdings-table.component.html

8
libs/ui/src/lib/holdings-table/holdings-table.component.html

@ -64,7 +64,11 @@
/>
</div>
</td>
<td *matFooterCellDef class="px-1" mat-footer-cell></td>
<td
*matFooterCellDef
class="d-none d-lg-table-cell justify-content-end px-1"
mat-footer-cell
></td>
</ng-container>
<ng-container matColumnDef="valueInBaseCurrency">
@ -90,7 +94,7 @@
</div>
</td>
<td *matFooterCellDef class="px-1" mat-footer-cell>
<td *matFooterCellDef class="d-none d-lg-table-cell px-1" mat-footer-cell>
<gf-value
[isCurrency]="true"
[locale]="locale"

Loading…
Cancel
Save