fix: editor height (#5953)
* fix: editor height * fix: removed unwanted class * fix: editor height
This commit is contained in:
parent
b4de055463
commit
45a5cf5119
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
/>
|
||||
);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue