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 66ab1f0 commit 572111aCopy full SHA for 572111a
src/components/props/ComponentPropsSection.tsx
@@ -19,7 +19,7 @@ export function ComponentPropsSection({
19
<dl>
20
{props.map((prop) => (
21
<div key={prop.name}>
22
- <dt className="mt-4 mb-2 pl-4 indent-[-1rem]">
+ <dt className="mt-4 mb-2 pl-8 indent-[-1rem]">
23
<Code
24
className="bg-transparent inline-block p-0"
25
html={prop.html}
0 commit comments