This commit is contained in:
Olivier Gagnon
2021-09-16 21:31:29 -04:00
parent 628572cf21
commit 757b38327f
6 changed files with 26 additions and 28 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ export function TerminalRoot({ terminal, engine, player }: IProps): React.ReactE
const classes = useStyles();
return (
<>
<Box width="100%" minHeight="100vh" px={1}>
<Box width="100%" minHeight="100vh" px={1} justifyContent={"flex-end"}>
<List classes={{ root: classes.list }}>
{terminal.outputHistory.map((item, i) => {
if (item instanceof Output)