From c10b875e2abd3e8ca2933037ad10d4ee6cfda9c2 Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:24:19 +0530 Subject: [PATCH] fix: page title fixed height (#6242) --- web/core/components/pages/editor/editor-body.tsx | 14 ++++++-------- web/core/components/pages/editor/title.tsx | 6 +++--- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/web/core/components/pages/editor/editor-body.tsx b/web/core/components/pages/editor/editor-body.tsx index adbfd63680..4c65f3511c 100644 --- a/web/core/components/pages/editor/editor-body.tsx +++ b/web/core/components/pages/editor/editor-body.tsx @@ -166,14 +166,12 @@ export const PageEditorBody: React.FC = observer((props) => { })} >
-
- -
+ = observer((props) => { }); return ( - <> +
{readOnly ? ( -
{title}
+
{title}
) : ( <>