From 0af0e522750f68724c0e769e3fa32c1581f9e10a Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com> Date: Mon, 14 Jul 2025 16:30:19 +0530 Subject: [PATCH] [WIKI-545] fix: shrinking headings in page table of contents #7404 --- apps/web/core/components/pages/editor/editor-body.tsx | 4 ++-- .../core/components/pages/editor/summary/content-browser.tsx | 4 ++-- .../components/pages/editor/summary/heading-components.tsx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/web/core/components/pages/editor/editor-body.tsx b/apps/web/core/components/pages/editor/editor-body.tsx index bbcc596f8..97e3ba133 100644 --- a/apps/web/core/components/pages/editor/editor-body.tsx +++ b/apps/web/core/components/pages/editor/editor-body.tsx @@ -188,10 +188,10 @@ export const PageEditorBody: React.FC = observer((props) => { aria-label={t("page_navigation_pane.outline_floating_button")} onClick={handleOpenNavigationPane} > - +
- +
diff --git a/apps/web/core/components/pages/editor/summary/content-browser.tsx b/apps/web/core/components/pages/editor/summary/content-browser.tsx index d22a1ec2c..507deb703 100644 --- a/apps/web/core/components/pages/editor/summary/content-browser.tsx +++ b/apps/web/core/components/pages/editor/summary/content-browser.tsx @@ -48,7 +48,7 @@ export const PageContentBrowser: React.FC = (props) => { return (
= (props) => { return (
(