Browse Source

Fix Holding table footer for smaller devices

pull/5027/head
Dan 4 months ago
parent
commit
cb6c31cfd1
  1. 8
      libs/ui/src/lib/holdings-table/holdings-table.component.html

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

@ -68,7 +68,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="marketPrice"
@ -121,7 +125,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