Skip to content

Commit e8f0056

Browse files
committed
removed grid container for file preview
1 parent 481f0b5 commit e8f0056

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/components/Preview.js

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,9 @@ function Preview() {
77
<>
88
<div className="outer-container">
99
<div className="inner-container">
10-
<Grid container spacing={2} direction="row" style={{ display: "flex", gap: "2rem", justifyContent:"flex-start" }}>
11-
<Grid item xs={10} >
12-
<Box className="filePreview">
13-
<FilePreview />
14-
</Box>
15-
</Grid>
16-
</Grid>
10+
<Box className="filePreview">
11+
<FilePreview />
12+
</Box>
1713
</div>
1814
</div>
1915
</>

0 commit comments

Comments
 (0)