From 284b09e79b832bb10028fe21564198d93d32758c Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Mon, 19 Oct 2020 00:57:13 -0700 Subject: [PATCH] chore: dont wrap terminal commands --- src/components/Terminal/CommandLine.js | 2 +- src/components/Terminal/ShellOutput.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Terminal/CommandLine.js b/src/components/Terminal/CommandLine.js index aa75dcc92..aa3a77b75 100644 --- a/src/components/Terminal/CommandLine.js +++ b/src/components/Terminal/CommandLine.js @@ -29,7 +29,7 @@ const CommandLine = ({ cursor, children, prompt }) => { css={css` position: relative; color: #fafafa; - white-space: pre-wrap; + white-space: pre; &:empty { height: 100%; diff --git a/src/components/Terminal/ShellOutput.js b/src/components/Terminal/ShellOutput.js index 8cced7297..08d17b222 100644 --- a/src/components/Terminal/ShellOutput.js +++ b/src/components/Terminal/ShellOutput.js @@ -8,7 +8,7 @@ const ShellOutput = ({ line }) => (
{tokenize(line).map((token, key) => (