We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9930c22 commit 5111466Copy full SHA for 5111466
pages/card/permutations.page.tsx
@@ -80,7 +80,7 @@ export default function CardPermutations() {
80
</FormField>
81
}
82
>
83
- <div style={{ width: parseInt(containerWidth), padding: 8 }}>
+ <div style={{ width: parseInt(containerWidth) }}>
84
<PermutationsView permutations={permutations} render={permutation => <Card {...permutation} />} />
85
</div>
86
</CardPage>
0 commit comments