diff --git a/apps/mail/components/create/editor.tsx b/apps/mail/components/create/editor.tsx index ec4cd68a3..045e21423 100644 --- a/apps/mail/components/create/editor.tsx +++ b/apps/mail/components/create/editor.tsx @@ -492,7 +492,7 @@ export default function Editor({ initialContent={initialValue || defaultEditorContent} extensions={extensions} ref={containerRef} - className="min-h-96 cursor-text" + className="min-h-52 cursor-text" editorProps={{ handleDOMEvents: { keydown: (view, event) => { diff --git a/apps/mail/components/mail/reply-composer.tsx b/apps/mail/components/mail/reply-composer.tsx index 9a48d4d54..a835ebb0e 100644 --- a/apps/mail/components/mail/reply-composer.tsx +++ b/apps/mail/components/mail/reply-composer.tsx @@ -236,7 +236,7 @@ export default function ReplyCompose({ emailData, isOpen, setIsOpen }: ReplyComp