From c419a419983b915bdfbaca861266d5f209604da3 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Mon, 22 Jan 2024 22:52:00 -0500 Subject: [PATCH] Fix text alignment with shadow. --- src/Editor.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Editor.css b/src/Editor.css index 02fad48..d83ef31 100644 --- a/src/Editor.css +++ b/src/Editor.css @@ -24,6 +24,8 @@ font-size: inherit; padding: 5px; box-sizing: border-box; + margin: 0; + line-height: normal; } .Editor-textarea {