Skip to content

Commit 65d46af

Browse files
mikatheogeofjamg
andauthored
Fix the study alignment on the left (#111)
Co-authored-by: Geoffroy Jamgotchian <[email protected]>
1 parent 6a9a243 commit 65d46af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/study-manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ const StudyManager = ({onStudyClick}) => {
274274

275275
return (
276276
<Container maxWidth="lg" className={classes.cardContainer}>
277-
<Grid container spacing={2} className={classes.grid} justify={'center'}>
277+
<Grid container spacing={2} className={classes.grid}>
278278
<Grid item xs={12} sm={6} md={3} align="center">
279279
<Box className={classes.addButtonBox}>
280280
<CreateStudyForm />

0 commit comments

Comments
 (0)