client: add paddingBottom in editor

This commit is contained in:
fantasticit 2022-05-30 17:32:19 +08:00
parent d010f3aaba
commit 0faf0f3086
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ export const EditorInstance = forwardRef((props: IProps, ref) => {
}} }}
> >
<div className={cls(styles.contentWrap, editorWrapClassNames)}> <div className={cls(styles.contentWrap, editorWrapClassNames)}>
<div style={{ fontSize }}> <div style={{ fontSize, paddingBottom: 96 }}>
<EditorContent editor={editor} /> <EditorContent editor={editor} />
</div> </div>
{!editable && !hideComment && ( {!editable && !hideComment && (