refactor(FE): Update section width to use full width

This commit is contained in:
rstubryan
2026-02-11 10:41:57 +07:00
parent 0f1d2ce477
commit 539de03a5b
+1 -1
View File
@@ -2,7 +2,7 @@ import ProductionResultContent from '@/components/pages/report/production-result
const ProductionResultReportPage = () => {
return (
<section className='w-full max-w-7xl pb-16'>
<section className='w-full max-w-full'>
<ProductionResultContent />
</section>
);