From 45a5cf5119124c4dfe9dd942dbf508caccdfe420 Mon Sep 17 00:00:00 2001 From: Akshita Goyal <36129505+gakshita@users.noreply.github.com> Date: Tue, 5 Nov 2024 17:47:39 +0530 Subject: [PATCH] fix: editor height (#5953) * fix: editor height * fix: removed unwanted class * 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 af4cf9713..39a18f4f4 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 ); });