mirror of
https://github.com/makeplane/plane.git
synced 2026-02-15 19:31:08 -06:00
fix: editor height (#5953)
* fix: editor height * fix: removed unwanted class * fix: editor height
This commit is contained in:
@@ -33,7 +33,8 @@ export const RichTextEditor = forwardRef<EditorRefApi, RichTextEditorWrapperProp
|
||||
anchor: "",
|
||||
})}
|
||||
{...rest}
|
||||
containerClassName={cn("relative pl-3 pb-3", containerClassName)}
|
||||
containerClassName={containerClassName}
|
||||
editorClassName="min-h-[100px] max-h-[50vh] border border-gray-100 rounded-md pl-3 pb-3 overflow-y-scroll"
|
||||
/>
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user