refactor(FE): Refactor RecordingTable layout for improved readability

This commit is contained in:
rstubryan
2026-02-24 15:13:37 +07:00
parent 82953f4c9c
commit a5b4deaac4
2 changed files with 122 additions and 121 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import RecordingTable from '@/components/pages/production/recording/RecordingTab
const Recording = () => {
return (
<section className='w-full p-3 overflow-x-hidden'>
<section className='w-full overflow-x-hidden'>
<RecordingTable />
</section>
);