Browse Source
Merge pull request #152 from dandevaud/feature/Smaller-Improvements
Fix Holding table footer for smaller devices
pull/5027/head
dandevaud
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
6 additions and
2 deletions
-
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" |
|
|
|