From e8bfeb0c4c642aa301e666391c7d2db2a9fe39b9 Mon Sep 17 00:00:00 2001 From: Martin Vladic Date: Fri, 22 Oct 2021 11:22:46 +0200 Subject: [PATCH] fixed flow comment size --- packages/project-editor/flow/component.tsx | 5 ++++- packages/project-editor/flow/components/actions/index.tsx | 5 +---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/project-editor/flow/component.tsx b/packages/project-editor/flow/component.tsx index 42ea4a48..0a1c868f 100644 --- a/packages/project-editor/flow/component.tsx +++ b/packages/project-editor/flow/component.tsx @@ -2258,7 +2258,10 @@ function renderActionComponent( )} {body ? ( -
+
{body}
) : null} diff --git a/packages/project-editor/flow/components/actions/index.tsx b/packages/project-editor/flow/components/actions/index.tsx index b76556be..7f198357 100644 --- a/packages/project-editor/flow/components/actions/index.tsx +++ b/packages/project-editor/flow/components/actions/index.tsx @@ -2332,10 +2332,7 @@ const TrixEditor = observer( }; return ( -
+
{React.createElement("trix-editor", attributes)}