Adjust machines report layout spacing
This commit is contained in:
parent
5e232ba161
commit
17c1de2272
1 changed files with 1 additions and 2 deletions
|
|
@ -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>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue