diff --git a/src/Components/HighlightInput/CodeEditor.tsx b/src/Components/HighlightInput/CodeEditor.tsx index eccfbf04..04c84a1f 100644 --- a/src/Components/HighlightInput/CodeEditor.tsx +++ b/src/Components/HighlightInput/CodeEditor.tsx @@ -39,7 +39,6 @@ const GraphiteHighlightStyle = syntaxHighlighting( ); const GraphiteTheme = EditorView.theme({ - "& .cm-content": { whiteSpace: "break-spaces", wordBreak: "break-all",