mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
parent
d4d45de3de
commit
119a913ce5
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ const MainForm: React.FC<Props> = ({commentsCount}) => {
|
|||
const isOpen = editor?.isFocused ?? false;
|
||||
|
||||
return (
|
||||
<div ref={formEl} className='mt-[-4px] px-3 pb-2 pt-3' data-testid="main-form">
|
||||
<div ref={formEl} className='px-3 pb-2 pt-3' data-testid="main-form">
|
||||
<Form editor={editor} isOpen={isOpen} reduced={false} {...submitProps} />
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue