Skip to content

Commit 571fff7

Browse files
committed
Fix layout
1 parent 4eed406 commit 571fff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gitbook/src/components/TableOfContents/TOCScrollContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export function TOCScrollContent(props: {
3232
)}
3333
>
3434
{!!innerHeader && (
35-
<div className="inline-flex w-full flex-col gap-2 px-2 max-lg:mt-2 max-lg:pr-12 lg:pr-4 lg:*:mt-0.5">
35+
<div className="inline-flex w-full flex-col gap-2 px-2 max-lg:py-2 max-lg:pr-12 lg:pr-4 lg:*:mt-2">
3636
{innerHeader}
3737
</div>
3838
)}

0 commit comments

Comments
 (0)