mirror of https://github.com/fantasticit/think.git
tiptap: update padding-bottom
This commit is contained in:
parent
c4dfe1155d
commit
a8985ae76f
|
@ -185,7 +185,7 @@ export const EditorInstance = forwardRef((props: IProps, ref) => {
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div className={cls(styles.contentWrap, editorWrapClassNames)}>
|
<div className={cls(styles.contentWrap, editorWrapClassNames)}>
|
||||||
<div style={{ fontSize, paddingBottom: 96 }}>
|
<div style={{ fontSize, paddingBottom: editable ? 96 : 24 }}>
|
||||||
<EditorContent editor={editor} />
|
<EditorContent editor={editor} />
|
||||||
</div>
|
</div>
|
||||||
{!editable && !hideComment && (
|
{!editable && !hideComment && (
|
||||||
|
|
Loading…
Reference in New Issue