diff --git a/src/Terminal/ui/TerminalInput.tsx b/src/Terminal/ui/TerminalInput.tsx index d29dbdf8f..9d62d8bc0 100644 --- a/src/Terminal/ui/TerminalInput.tsx +++ b/src/Terminal/ui/TerminalInput.tsx @@ -38,7 +38,7 @@ const useStyles = makeStyles((theme: Theme) => bottom: "5px", opacity: "0.75", maxWidth: "100%", - "white-space": "nowrap break-spaces", + whiteSpace: "pre", overflow: "hidden", pointerEvents: "none", },