mirror of
https://github.com/jaypyles/Scraperr.git
synced 2025-12-16 20:56:03 +00:00
chore: fix overflow on large results
This commit is contained in:
@@ -113,7 +113,6 @@ const JobTable: React.FC<JobTableProps> = ({ jobs, fetchJobs }) => {
|
||||
display="flex"
|
||||
justifyContent="center"
|
||||
minHeight="100vh"
|
||||
p={3}
|
||||
>
|
||||
<Box
|
||||
className="flex flex-col justify-start align-center items-center"
|
||||
|
||||
Reference in New Issue
Block a user