mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 21:41:57 +00:00
refactor(FE): Update section width to use full width
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user