mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE): Refactor RecordingTable layout for improved readability
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user