From 7b05bed0d4d982956d32285b08032672d2f8ebba Mon Sep 17 00:00:00 2001 From: Michael Ficocelli Date: Wed, 23 Aug 2023 17:11:27 -0400 Subject: [PATCH] FIX: update white-space style to function on electron app (#745) --- src/Terminal/ui/TerminalInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", },