Fix bullet point alignment
authorAdam Dullage <redacted>
Mon, 11 Dec 2023 15:49:34 +0000 (15:49 +0000)
committerAdam Dullage <redacted>
Mon, 11 Dec 2023 15:49:34 +0000 (15:49 +0000)
flatnotes/src/toastui-editor-overrides.scss

index 8b57fb1c5c8122aef72f16dc31b1b3700c3c2bc9..b117c307964424c1aae630c2a530c4d6ea9fe138 100644 (file)
   height: 100%;
 }
 
+.toastui-editor-contents ul > li::before {
+  // Vertically center the bullet point
+       margin-top: 0.7rem;
+}
+
 // Typography
 .ProseMirror,
 .toastui-editor-contents {
git clone https://git.99rst.org/PROJECT