refactor(FE): Remove unnecessary padding and margin classes in

components
This commit is contained in:
rstubryan
2026-02-25 11:49:41 +07:00
parent 22b1102454
commit 4fda2f661a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import RecordingTable from '@/components/pages/production/recording/RecordingTab
const Recording = () => {
return (
<section className='w-full overflow-x-hidden'>
<section className='w-full'>
<RecordingTable />
</section>
);