diff --git a/src/app/dashboard/dashboard.component.css b/src/app/dashboard/dashboard.component.css index 7c9ca82..3253b7b 100644 --- a/src/app/dashboard/dashboard.component.css +++ b/src/app/dashboard/dashboard.component.css @@ -38,7 +38,7 @@ .dashboard-primary div { bottom: 0.5em; display: flex; - justify-content: space-between; + justify-content: flex-end; left: 0.5em; right: 0.5em; position: absolute; @@ -55,6 +55,11 @@ padding: 1em; } +.dashboard .no-categories p { + line-height: normal; + white-space: normal; +} + a.view-all { position: absolute; right: 0.5em; diff --git a/src/app/dashboard/dashboard.component.html b/src/app/dashboard/dashboard.component.html index 92db76c..7d56c72 100644 --- a/src/app/dashboard/dashboard.component.html +++ b/src/app/dashboard/dashboard.component.html @@ -12,7 +12,6 @@ {{ balance | currency }}
- Add Transaction View Transactions
@@ -28,3 +27,6 @@ + + add + \ No newline at end of file