From 1ab807c3f1273b2949acc3791bc270d05d68c759 Mon Sep 17 00:00:00 2001 From: israellund Date: Thu, 12 Dec 2024 17:24:38 -0500 Subject: [PATCH] editor no longer adds extra spacing --- .../components/react_quill_editor/markdown_formatted_text.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/commonwealth/client/scripts/views/components/react_quill_editor/markdown_formatted_text.scss b/packages/commonwealth/client/scripts/views/components/react_quill_editor/markdown_formatted_text.scss index 4b0b94b05e4..f94c65f5805 100644 --- a/packages/commonwealth/client/scripts/views/components/react_quill_editor/markdown_formatted_text.scss +++ b/packages/commonwealth/client/scripts/views/components/react_quill_editor/markdown_formatted_text.scss @@ -7,7 +7,6 @@ position: relative; word-break: break-word; - white-space: pre-wrap; @include formatted-text(); @include collapsible(); @include hidden-formatting();