Skip to content

Commit

Permalink
changed height
Browse files Browse the repository at this point in the history
  • Loading branch information
JibrilExe committed Apr 2, 2024
1 parent 1fa7210 commit 17c597e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Courses/Teacher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ function SideScrollableCourses({courses, title}: {courses: Course[], title: stri
<Typography variant="h4">{title}</Typography>
</Grid>
<Grid item>
<Paper style={{maxWidth:600,width:600,height:200,overflowX:'auto', boxShadow: 'none', display: 'flex', justifyContent: 'center'}}>
<Paper style={{maxWidth:600,width:600,height:300,overflowX:'auto', boxShadow: 'none', display: 'flex', justifyContent: 'center'}}>
<Grid container direction="row" spacing={5} alignItems="center">
{
courses.map((course) => (
Expand Down

0 comments on commit 17c597e

Please sign in to comment.