From f5516d4e217176eafb831ce85aad06e5e6501bd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Fri, 21 Mar 2025 15:29:12 +0100 Subject: [PATCH] Improve OpenAPI TOC display (#3022) --- .../gitbook/src/components/PageAside/ScrollSectionsList.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/gitbook/src/components/PageAside/ScrollSectionsList.tsx b/packages/gitbook/src/components/PageAside/ScrollSectionsList.tsx index 3620ebfbe..3f91238b4 100644 --- a/packages/gitbook/src/components/PageAside/ScrollSectionsList.tsx +++ b/packages/gitbook/src/components/PageAside/ScrollSectionsList.tsx @@ -70,9 +70,6 @@ export function ScrollSectionsList(props: { sections: DocumentSection[] }) { href={`#${section.id}`} className={tcls( 'relative', - 'flex', - 'flex-row', - 'items-baseline', 'z-10', 'text-sm', @@ -126,7 +123,7 @@ export function ScrollSectionsList(props: { sections: DocumentSection[] }) { > {section.tag ? ( {section.tag}