From e8690e34198bfbcedc05d357de6559c5ba5c935a Mon Sep 17 00:00:00 2001
From: 01zulfi <85733202+01zulfi@users.noreply.github.com>
Date: Wed, 14 Jan 2026 11:48:04 +0500
Subject: [PATCH] web: fix toc headings alignment (#9143)
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
---
.../components/editor/table-of-contents.tsx | 21 +++++++++++++++++--
1 file changed, 19 insertions(+), 2 deletions(-)
diff --git a/apps/web/src/components/editor/table-of-contents.tsx b/apps/web/src/components/editor/table-of-contents.tsx
index 6895987f0..d1ceaae2a 100644
--- a/apps/web/src/components/editor/table-of-contents.tsx
+++ b/apps/web/src/components/editor/table-of-contents.tsx
@@ -201,7 +201,14 @@ function TableOfContents(props: TableOfContentsProps) {
{item.hasChildren ? (
) : (
-
+
+
+
)}
{item.data.title}