Skip to content

Commit a1d2762

Browse files
committed
fixup: remove comment
1 parent e311624 commit a1d2762

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/databases-collections-list/src/items-grid.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ type Item = { _id: string } & Record<string, any>;
2727
const rowStyles = css({
2828
paddingLeft: spacing[400],
2929
paddingRight: spacing[400],
30-
paddingBottom: spacing[200],
31-
// paddingTop: spacing[100],
30+
paddingBottom: spacing[100],
31+
paddingTop: spacing[100],
3232
columnGap: spacing[200],
3333
});
3434

0 commit comments

Comments
 (0)