mirror of https://github.com/fantasticit/think.git
client: add paddingBottom in editor
This commit is contained in:
parent
d010f3aaba
commit
0faf0f3086
|
@ -184,7 +184,7 @@ export const EditorInstance = forwardRef((props: IProps, ref) => {
|
|||
}}
|
||||
>
|
||||
<div className={cls(styles.contentWrap, editorWrapClassNames)}>
|
||||
<div style={{ fontSize }}>
|
||||
<div style={{ fontSize, paddingBottom: 96 }}>
|
||||
<EditorContent editor={editor} />
|
||||
</div>
|
||||
{!editable && !hideComment && (
|
||||
|
|
Loading…
Reference in New Issue