From 2f92957e15536f6411ff2858644e5534ab4e570b Mon Sep 17 00:00:00 2001 From: yyh Date: Thu, 15 Jan 2026 16:14:51 +0800 Subject: [PATCH] fix: css --- web/app/components/workflow/skill/editor-area.tsx | 2 +- web/app/components/workflow/skill/editor-body.tsx | 2 +- web/app/components/workflow/skill/skill-doc-editor.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/app/components/workflow/skill/editor-area.tsx b/web/app/components/workflow/skill/editor-area.tsx index 6d36c7f979..35e2c8b821 100644 --- a/web/app/components/workflow/skill/editor-area.tsx +++ b/web/app/components/workflow/skill/editor-area.tsx @@ -5,7 +5,7 @@ type EditorAreaProps = PropsWithChildren const EditorArea: FC = ({ children }) => { return ( -
+
{children}
) diff --git a/web/app/components/workflow/skill/editor-body.tsx b/web/app/components/workflow/skill/editor-body.tsx index 5767829842..b4fd537aca 100644 --- a/web/app/components/workflow/skill/editor-body.tsx +++ b/web/app/components/workflow/skill/editor-body.tsx @@ -5,7 +5,7 @@ type EditorBodyProps = PropsWithChildren const EditorBody: FC = ({ children }) => { return ( -
+
{children}
) diff --git a/web/app/components/workflow/skill/skill-doc-editor.tsx b/web/app/components/workflow/skill/skill-doc-editor.tsx index b6eb1465d0..5be217aeb8 100644 --- a/web/app/components/workflow/skill/skill-doc-editor.tsx +++ b/web/app/components/workflow/skill/skill-doc-editor.tsx @@ -161,7 +161,7 @@ const SkillDocEditor: FC = () => { const fileSize = currentFileNode?.size return ( -
+
{isMarkdown && (