Skip to content

Commit

Permalink
#2809 changed example on homepage to correct width
Browse files Browse the repository at this point in the history
  • Loading branch information
chpy04 committed Nov 25, 2024
1 parent a817b75 commit d919f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/pages/HomePage/AdminHomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const AdminHomePage = ({ user }: AdminHomePageProps) => {
</Typography>
<Box sx={{ flexGrow: 1 }}>
<Grid container height={`${PAGE_GRID_HEIGHT}vh`}>
<Grid item xs={12} md={6}>
<Grid item xs={12} md={8}>
<WorkPackagesSelectionView />
</Grid>
</Grid>
Expand Down

0 comments on commit d919f32

Please sign in to comment.