From 51baba8fa8803fa03dc9d06b258f072c72785bc1 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sat, 14 Jan 2023 20:45:15 -0500 Subject: [PATCH] fix: Small unfocusable area below last block in editor, closes #4713 --- shared/editor/components/Styles.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shared/editor/components/Styles.ts b/shared/editor/components/Styles.ts index 22e548af8..da29718d5 100644 --- a/shared/editor/components/Styles.ts +++ b/shared/editor/components/Styles.ts @@ -149,6 +149,10 @@ width: 100%; & > * { margin-top: .5em; margin-bottom: .5em; + + &:last-child { + margin-bottom: 0; + } } & > :first-child,