From ceccf9f1fa03674377954747402da62503c00297 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud <79562285+wangdan-fit2cloud@users.noreply.github.com> Date: Mon, 19 May 2025 16:38:26 +0800 Subject: [PATCH] fix: Line break truncated characters in English(#3103) --- ui/src/styles/md-editor.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/styles/md-editor.scss b/ui/src/styles/md-editor.scss index 6b1177114..80cc4402b 100644 --- a/ui/src/styles/md-editor.scss +++ b/ui/src/styles/md-editor.scss @@ -11,6 +11,7 @@ } p { padding: 0 !important; + word-break: break-word; } .md-editor-admonition { margin: 0;