Adjust machines report layout spacing

This commit is contained in:
Esdras Renan 2025-11-19 08:32:15 -03:00
parent 5e232ba161
commit 17c1de2272

View file

@ -17,10 +17,9 @@ export default async function ReportsMachinesPage() {
/> />
} }
> >
<div className="mx-auto w-full max-w-6xl px-4 pb-12 lg:px-6"> <div className="mx-auto w-full max-w-7xl px-4 pb-12 lg:px-6">
<MachineCategoryReport /> <MachineCategoryReport />
</div> </div>
</AppShell> </AppShell>
) )
} }