fix: added padding bottom to editor container (#6712)
This commit is contained in:
parent
a40e44c6d5
commit
4958be7898
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ export const RichTextEditor = forwardRef<EditorRefApi, RichTextEditorWrapperProp
|
||||||
renderComponent: (props) => <EditorMentionsRoot {...props} />,
|
renderComponent: (props) => <EditorMentionsRoot {...props} />,
|
||||||
}}
|
}}
|
||||||
{...rest}
|
{...rest}
|
||||||
containerClassName={cn("relative pl-3", containerClassName)}
|
containerClassName={cn("relative pl-3 pb-3", containerClassName)}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue