From c832265e8a7df5129ed952bd47aef10c64f6af24 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 5 Apr 2020 15:50:37 -0700 Subject: [PATCH] fix: Account for emoji-offset title --- app/scenes/Document/components/Editor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/scenes/Document/components/Editor.js b/app/scenes/Document/components/Editor.js index a5131ba72..4a70dfab5 100644 --- a/app/scenes/Document/components/Editor.js +++ b/app/scenes/Document/components/Editor.js @@ -105,6 +105,7 @@ const Meta = styled(PublishingInfo)` `; const Title = styled('input')` + z-index: 1; line-height: 1.25; margin-top: 1em; margin-bottom: 0.5em;