diff --git a/src/components/EditorTheme.css b/src/components/EditorTheme.css index ac53f9a2..979cf936 100644 --- a/src/components/EditorTheme.css +++ b/src/components/EditorTheme.css @@ -130,11 +130,9 @@ margin-left: var(--lists-indent-size); } -/* Align the vertical nesting lines with the center of the parent bullet. - BlockNote draws the line via ::before on .bn-block-outer inside nested groups. - We adjust its left position to align with the bullet center. */ +/* Hide the vertical nesting lines — cleaner without them */ .editor__blocknote-container .bn-block-group .bn-block-group .bn-block-outer::before { - left: calc(var(--lists-indent-size) / 2) !important; + border-left: none !important; } /* --- Numbered lists --- */