Skip to content

Commit

Permalink
Widen transfer course's table
Browse files Browse the repository at this point in the history
  • Loading branch information
Crxmsxn-git committed Nov 7, 2024
1 parent c1257b2 commit a89ef1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/transfer-courses-table/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const TransferCoursesTable = observer(({onScrollToTop}: {onScrollToTop: () => vo
}, [store.transferCoursesState.filteredCourses.length, setPage]);

return (
<VStack w='min(100rem, 80%)'>
<VStack w='min(100rem, 90%)' h = 'min-content'>
<DataFilterStatsBar
isLoaded={store.transferCoursesState.hasData}
matched={store.transferCoursesState.filteredCourses.length.toLocaleString()}
Expand Down

0 comments on commit a89ef1a

Please sign in to comment.