Skip to content

Commit 5bd70b2

Browse files
committed
fix: spacing + linting
1 parent 5167c13 commit 5bd70b2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/containers/Inspector.tsx

+6-2
Original file line numberDiff line numberDiff line change
@@ -478,9 +478,13 @@ const Inspector: React.FC<IProps> = (props) => {
478478
value={JSON.stringify(errorToJSON(error) || results, null, 4) || ""}
479479
/>
480480
: <Grid container justify="center" style={{ paddingTop: "20px" }} direction="column" alignItems="center">
481-
<Typography variant="body1" gutterBottom color="textSecondary">Press the Play button to see the results here.</Typography>
481+
<Typography variant="body1" gutterBottom color="textSecondary" style={{paddingBottom: "15px"}}>
482+
Press the Play button to see the results here.
483+
</Typography>
482484
<Typography variant="body1" color="textSecondary">
483-
Use <Button variant="contained" disabled size="small" style={{ marginRight: "3px" }}>CTRL + SPACE</Button>
485+
Use <Button variant="contained" disabled size="small" style={{ marginRight: "3px" }}>
486+
CTRL + SPACE
487+
</Button>
484488
to auto-complete in the editor.
485489
</Typography>
486490
</Grid>

0 commit comments

Comments
 (0)