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}