From 1ba8077e9593a52f7e9eba8b994e83f9c4fb333f Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Tue, 20 May 2025 19:34:40 +0800 Subject: [PATCH] fix: optimize markdown style --- ui/src/styles/md-editor.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/styles/md-editor.scss b/ui/src/styles/md-editor.scss index 80cc4402b..c60f51f4e 100644 --- a/ui/src/styles/md-editor.scss +++ b/ui/src/styles/md-editor.scss @@ -6,12 +6,12 @@ padding: 0; margin: 0; font-size: inherit; - table{ + word-break: break-word; + table { display: block; } p { padding: 0 !important; - word-break: break-word; } .md-editor-admonition { margin: 0;