Skip to content

Commit 572111a

Browse files
committed
Fix indent on props API page
1 parent 66ab1f0 commit 572111a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/props/ComponentPropsSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export function ComponentPropsSection({
1919
<dl>
2020
{props.map((prop) => (
2121
<div key={prop.name}>
22-
<dt className="mt-4 mb-2 pl-4 indent-[-1rem]">
22+
<dt className="mt-4 mb-2 pl-8 indent-[-1rem]">
2323
<Code
2424
className="bg-transparent inline-block p-0"
2525
html={prop.html}

0 commit comments

Comments
 (0)