diff --git a/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.css b/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.css index b018a7c..83ef301 100644 --- a/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.css +++ b/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.css @@ -133,4 +133,8 @@ table tbody tr.footer td { font-size: small; vertical-align: bottom; + } + + .text-align-right { + text-align: right; } \ No newline at end of file diff --git a/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.html b/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.html index 6634e9f..ad258a0 100644 --- a/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.html +++ b/Client/src/app/components/contributor-yearly-report/contributor-yearly-report.component.html @@ -86,7 +86,7 @@ {{t.checkNumber}} {{t.fundId === 1 ? 'General' : (t.fundId === 2 ? 'Missions' : 'NA')}} {{t.description}} - {{t.amount | currency}} + {{t.amount | currency}}