From 3f652ba44ec4921166750df74f415d1917766e32 Mon Sep 17 00:00:00 2001 From: Akshita Goyal <36129505+gakshita@users.noreply.github.com> Date: Wed, 2 Apr 2025 23:06:32 +0530 Subject: [PATCH] [WEB-3746] fix: intake form css (#6864) --- 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 8bf98c230..00a9078ae 100644 --- a/space/core/components/editor/rich-text-editor.tsx +++ b/space/core/components/editor/rich-text-editor.tsx @@ -36,7 +36,8 @@ export const RichTextEditor = forwardRef ); });