From 9dc474c67679137a5087e823da9faf7efca7a617 Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal Date: Fri, 20 Dec 2024 13:11:46 +0530 Subject: [PATCH] fix: page title fixed height --- 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 adbfd63680d..4c65f3511c4 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}
) : ( <>