Bugfix/fix alignment of value component on allocation page (#1351)

* Fix alignment

* Update changelog
pull/1353/head
Thomas Kaul 2 years ago committed by GitHub
parent 538c8947cd
commit a323313c71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed some links in the blog posts
- Fixed the alignment of the value component on the allocations page
### Todo

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

Loading…
Cancel
Save