Browse Source

Fix alignment

pull/1351/head
Thomas 3 years ago
parent
commit
9bb3203b7a
  1. 2
      apps/client/src/app/pages/portfolio/allocations/allocations-page.html

2
apps/client/src/app/pages/portfolio/allocations/allocations-page.html

@ -18,7 +18,7 @@
>Proportion of Net Worth</mat-card-title >Proportion of Net Worth</mat-card-title
> >
<gf-value <gf-value
class="flex-grow-1 justify-content-end l-2" class="justify-content-end l-2"
size="medium" size="medium"
[isPercent]="true" [isPercent]="true"
[value]="isLoading ? undefined : portfolioDetails?.filteredValueInPercentage" [value]="isLoading ? undefined : portfolioDetails?.filteredValueInPercentage"

Loading…
Cancel
Save