We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eed406 commit 571fff7Copy full SHA for 571fff7
packages/gitbook/src/components/TableOfContents/TOCScrollContent.tsx
@@ -32,7 +32,7 @@ export function TOCScrollContent(props: {
32
)}
33
>
34
{!!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">
+ <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">
36
{innerHeader}
37
</div>
38
0 commit comments