diff --git a/web/app/components/workflow/skill/content-area.tsx b/web/app/components/workflow/skill/content-area.tsx index 2221b3d392..f6347944b9 100644 --- a/web/app/components/workflow/skill/content-area.tsx +++ b/web/app/components/workflow/skill/content-area.tsx @@ -5,7 +5,7 @@ type ContentAreaProps = PropsWithChildren const ContentArea: FC = ({ children }) => { return ( -
+
{children}
) diff --git a/web/app/components/workflow/skill/content-body.tsx b/web/app/components/workflow/skill/content-body.tsx index 8a94db6e04..51a066766e 100644 --- a/web/app/components/workflow/skill/content-body.tsx +++ b/web/app/components/workflow/skill/content-body.tsx @@ -5,7 +5,7 @@ type ContentBodyProps = PropsWithChildren const ContentBody: FC = ({ children }) => { return ( -
+
{children}
) diff --git a/web/app/components/workflow/skill/skill-page-layout.tsx b/web/app/components/workflow/skill/skill-page-layout.tsx index 918da9731d..3adbb409aa 100644 --- a/web/app/components/workflow/skill/skill-page-layout.tsx +++ b/web/app/components/workflow/skill/skill-page-layout.tsx @@ -5,7 +5,7 @@ type SkillPageLayoutProps = PropsWithChildren const SkillPageLayout: FC = ({ children }) => { return ( -
+
{children}
)