File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -478,9 +478,13 @@ const Inspector: React.FC<IProps> = (props) => {
478
478
value = { JSON . stringify ( errorToJSON ( error ) || results , null , 4 ) || "" }
479
479
/>
480
480
: < 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 >
482
484
< 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 >
484
488
to auto-complete in the editor.
485
489
</ Typography >
486
490
</ Grid >
You can’t perform that action at this time.
0 commit comments