lexical: fix minor spacing/size issues

This commit is contained in:
Alex Gleason
2023-09-22 15:38:27 -05:00
parent ac591e029e
commit e619ffffdd
3 changed files with 7 additions and 6 deletions

View File

@ -340,7 +340,7 @@ const ComposeForm = <ID extends string>({ id, shouldCondense, autoFocus, clickab
{(Component: any) => (
<Component
ref={editorStateRef}
className='my-2'
className='mt-2'
composeId={id}
condensed={condensed}
eventDiscussion={!!event}