From 39268f471e000257125de5930c4aa7d8c9ddefdf Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 23 Jan 2022 20:43:37 -0800 Subject: [PATCH] fix: Excessive spacing at top of editor --- app/editor/components/Styles.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/editor/components/Styles.ts b/app/editor/components/Styles.ts index fddb46d72..9c4d89e59 100644 --- a/app/editor/components/Styles.ts +++ b/app/editor/components/Styles.ts @@ -39,6 +39,10 @@ const EditorStyles = styled.div<{ display: none; } + & > :first-child { + margin-top: 0; + } + .ProseMirror-yjs-cursor { position: relative; margin-left: -1px;