From: Adam Dullage Date: Mon, 11 Dec 2023 15:49:34 +0000 (+0000) Subject: Fix bullet point alignment X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=acd3f99804a114e46bed34a76dba1a356ce51382;p=flatnotes.git Fix bullet point alignment --- diff --git a/flatnotes/src/toastui-editor-overrides.scss b/flatnotes/src/toastui-editor-overrides.scss index 8b57fb1..b117c30 100644 --- a/flatnotes/src/toastui-editor-overrides.scss +++ b/flatnotes/src/toastui-editor-overrides.scss @@ -18,6 +18,11 @@ height: 100%; } +.toastui-editor-contents ul > li::before { + // Vertically center the bullet point + margin-top: 0.7rem; +} + // Typography .ProseMirror, .toastui-editor-contents {