mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
chore: remove padding
This commit is contained in:
@@ -2,7 +2,7 @@ import TransferToLayingsTable from '@/components/pages/production/transfer-to-la
|
||||
|
||||
const TransferToLaying = () => {
|
||||
return (
|
||||
<section className='w-full p-4'>
|
||||
<section className='w-full'>
|
||||
<TransferToLayingsTable />
|
||||
</section>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user