From 5243e42100dfa98c67046ebef6a0e68c542286de Mon Sep 17 00:00:00 2001 From: shaohuzhang1 <80892890+shaohuzhang1@users.noreply.github.com> Date: Thu, 10 Apr 2025 13:54:54 +0800 Subject: [PATCH] fix: MD editor table cannot have too many columns and cannot scroll horizontally (#2845) --- ui/src/styles/md-editor.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/src/styles/md-editor.scss b/ui/src/styles/md-editor.scss index ad41acae9..6b1177114 100644 --- a/ui/src/styles/md-editor.scss +++ b/ui/src/styles/md-editor.scss @@ -1,10 +1,14 @@ .md-editor { font-weight: 400; } + .md-editor-preview { padding: 0; margin: 0; font-size: inherit; + table{ + display: block; + } p { padding: 0 !important; }