N-FIN-15: fix dashboard content alignment

This commit is contained in:
Markus Thielker 2024-03-11 04:49:51 +01:00
parent c1359dbcf7
commit 161612aa90
No known key found for this signature in database
2 changed files with 160 additions and 157 deletions

View file

@ -200,6 +200,7 @@ export default async function DashboardPage(props: { searchParams?: { scope: Sco
categoryPercentages={categoryPercentages}
entityExpenses={entityExpensesFormat}
entityPercentages={entityPercentages}
className="flex flex-col justify-center space-y-4 p-10"
/>
);
}