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 86a8e8d commit 4519f7fCopy full SHA for 4519f7f
src/components/TableOfContents/TableOfContentsLink.tsx
@@ -21,7 +21,7 @@ const Link = ({
21
<BaseLink
22
href={url}
23
className={cn(
24
- "group relative inline-block w-full p-1 text-body-medium no-underline lg:w-auto",
+ "group relative inline-block w-full py-0.5 text-body-medium no-underline lg:w-auto",
25
isActive && "visited text-primary"
26
)}
27
>
0 commit comments