few fixes

This commit is contained in:
Olivier Gagnon
2021-09-21 17:36:42 -04:00
parent 501ce70702
commit 9a6b185141
8 changed files with 71 additions and 92 deletions

View File

@@ -535,7 +535,7 @@ export function InteractiveTutorialRoot(): React.ReactElement {
const content = contents[step];
if (content === undefined) throw new Error("error in the tutorial");
return (
<Paper square sx={{ maxWidth: "35vh", p: 2 }}>
<Paper square sx={{ maxWidth: "70vw", p: 2 }}>
{content.content}
{step !== iTutorialSteps.TutorialPageInfo && (
<>