mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
minor padding change
This commit is contained in:
parent
c5b2c80970
commit
5dce22c687
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ export function ReportingClientArea({
|
|||
|
||||
<ScenarioFinancialDrawer open={drawerOpen} metrics={scenarioFinancial} />
|
||||
|
||||
<div className="grid grid-cols-1 lg:grid-cols-[60%_40%] gap-6 p-6">
|
||||
<div className="grid grid-cols-1 lg:grid-cols-[60%_40%] gap-6 p-2">
|
||||
<DashboardSummaryCards
|
||||
total={activeMetrics.total}
|
||||
totals={activeMetrics.totals}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue