From a4f22edeb91d522cedac2880e5c9e5f47b010869 Mon Sep 17 00:00:00 2001 From: gakshita Date: Tue, 5 Nov 2024 17:05:43 +0530 Subject: [PATCH 1/3] fix: editor height --- space/core/components/editor/rich-text-editor.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/space/core/components/editor/rich-text-editor.tsx b/space/core/components/editor/rich-text-editor.tsx index af4cf971368..99183a8d788 100644 --- a/space/core/components/editor/rich-text-editor.tsx +++ b/space/core/components/editor/rich-text-editor.tsx @@ -33,7 +33,8 @@ export const RichTextEditor = forwardRef ); }); From 54a81ba41f0ef03293c79e83cdf822e8414843c2 Mon Sep 17 00:00:00 2001 From: gakshita Date: Tue, 5 Nov 2024 17:17:07 +0530 Subject: [PATCH 2/3] fix: removed unwanted class --- space/core/components/editor/rich-text-editor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/space/core/components/editor/rich-text-editor.tsx b/space/core/components/editor/rich-text-editor.tsx index 99183a8d788..9ae7c70f946 100644 --- a/space/core/components/editor/rich-text-editor.tsx +++ b/space/core/components/editor/rich-text-editor.tsx @@ -33,7 +33,7 @@ export const RichTextEditor = forwardRef ); From bc00f1e99feb23430aeeb72cbaf7f9036462fd59 Mon Sep 17 00:00:00 2001 From: gakshita Date: Tue, 5 Nov 2024 17:41:54 +0530 Subject: [PATCH 3/3] fix: editor height --- space/core/components/editor/rich-text-editor.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/space/core/components/editor/rich-text-editor.tsx b/space/core/components/editor/rich-text-editor.tsx index 9ae7c70f946..39a18f4f4c8 100644 --- a/space/core/components/editor/rich-text-editor.tsx +++ b/space/core/components/editor/rich-text-editor.tsx @@ -34,7 +34,7 @@ export const RichTextEditor = forwardRef ); });