From 4900c26d516ecfe115825fa87cec8e89e7044272 Mon Sep 17 00:00:00 2001 From: dan Date: Sat, 4 Jan 2020 22:49:56 -0700 Subject: [PATCH] right align amount --- .../contributor-yearly-report.component.css | 4 ++++ .../contributor-yearly-report.component.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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}}