Skip to content

Commit

Permalink
clear out heading margin
Browse files Browse the repository at this point in the history
  • Loading branch information
souporserious committed Oct 13, 2024
1 parent 8a63dc8 commit 3b844d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/renoun/src/components/APIReference.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ async function APIReferenceAsync({
>
<h3
id={type.name ? createSlug(type.name) : undefined}
css={{ flexShrink: 0, margin: 0 }}
css={{ flexShrink: 0, margin: '0 !important' }}
>
{type.name}
</h3>
Expand Down

0 comments on commit 3b844d5

Please sign in to comment.