Skip to content

Commit e26e5c3

Browse files
authored
Merge pull request #12660 from ethereum/fix-toc-spacing
Fix ToC items space
2 parents e018571 + b5d306d commit e26e5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/UpgradeTableOfContents.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const TableOfContentsLink = ({
2828
position="relative"
2929
display="inline-block"
3030
// `li :last-child` global selector wants to override this without `!important`
31-
mb="md !important"
31+
mb="4 !important"
3232
textDecoration="none"
3333
color="body.medium"
3434
fontWeight="normal"

0 commit comments

Comments
 (0)