File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -477,11 +477,15 @@ const Inspector: React.FC<IProps> = (props) => {
477477 language = "json"
478478 value = { JSON . stringify ( errorToJSON ( error ) || results , null , 4 ) || "" }
479479 />
480- : < Grid container justify = "center" style = { { paddingTop : "20px" } } >
481- < Typography variant = "caption" gutterBottom > Press the Play button to see the results here.</ Typography >
482- < Typography variant = "caption" >
483- Use < Button variant = "contained" disabled size = "small" style = { { marginRight : "3px" } } > CTRL + SPACE</ Button >
484- to auto-complete in the editor.
480+ : < Grid container justify = "center" style = { { paddingTop : "20px" } } direction = "column" alignItems = "center" >
481+ < Typography variant = "body1" gutterBottom color = "textSecondary" style = { { paddingBottom : "15px" } } >
482+ Press the Play button to see the results here.
483+ </ Typography >
484+ < Typography variant = "body1" color = "textSecondary" >
485+ Use < Button variant = "contained" disabled size = "small" style = { { marginRight : "3px" } } >
486+ CTRL + SPACE
487+ </ Button >
488+ to auto-complete in the editor.
485489 </ Typography >
486490 </ Grid >
487491 }
You can’t perform that action at this time.
0 commit comments