Skip to content

Commit 5111466

Browse files
committed
Remove unnecessary padding
1 parent 9930c22 commit 5111466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/card/permutations.page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default function CardPermutations() {
8080
</FormField>
8181
}
8282
>
83-
<div style={{ width: parseInt(containerWidth), padding: 8 }}>
83+
<div style={{ width: parseInt(containerWidth) }}>
8484
<PermutationsView permutations={permutations} render={permutation => <Card {...permutation} />} />
8585
</div>
8686
</CardPage>

0 commit comments

Comments
 (0)