Skip to content

Commit

Permalink
Merge pull request #12660 from ethereum/fix-toc-spacing
Browse files Browse the repository at this point in the history
Fix ToC items space
  • Loading branch information
wackerow authored Apr 9, 2024
2 parents e018571 + b5d306d commit e26e5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UpgradeTableOfContents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const TableOfContentsLink = ({
position="relative"
display="inline-block"
// `li :last-child` global selector wants to override this without `!important`
mb="md !important"
mb="4 !important"
textDecoration="none"
color="body.medium"
fontWeight="normal"
Expand Down

0 comments on commit e26e5c3

Please sign in to comment.