From cbd0d15526e08a0bba9823f1ac9941ce42cd9d08 Mon Sep 17 00:00:00 2001 From: Shelly <49258298+duanyongcheng@users.noreply.github.com> Date: Fri, 13 Dec 2024 09:51:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=F0=9F=8E=B8=20allowMarkdownLongTextToA?= =?UTF-8?q?utomaticallyWrap=20(#454)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: duanyongcheng77 --- src/renderer/src/assets/styles/markdown.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/assets/styles/markdown.scss b/src/renderer/src/assets/styles/markdown.scss index 84c15f728b..8f70e7eb8d 100644 --- a/src/renderer/src/assets/styles/markdown.scss +++ b/src/renderer/src/assets/styles/markdown.scss @@ -95,7 +95,7 @@ } span { - white-space: pre; + white-space: pre-wrap; } p code,