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 6429030 commit 0ddd3b8Copy full SHA for 0ddd3b8
src/components/TableOfContents/TableOfContentsLink.tsx
@@ -39,7 +39,7 @@ const Link = ({
39
// 8px is the padding for each nested list
40
// 4px is half of the width of the dot
41
// 1px for the border
42
- insetInlineStart: `calc(-16px - 8px * ${depth} - 4px - 1px)`,
+ "inset-inline-start": `calc(-16px - 8px * ${depth} - 4px - 1px)`,
43
top: "50%",
44
mt: -1,
45
},
0 commit comments