Skip to content

Commit

Permalink
chore: Minor padding change
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller committed Nov 13, 2024
1 parent 140183e commit 8f97cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/shared/components/tables/PaginatedTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function PaginatedTable({
{loading &&
items.length === 0 &&
Array.from({ length: 20 }).map((_, index) => (
<Box key={index} py="xs" w="full">
<Box key={index} px="xs" py="xs" w="full">
<Skeleton height="68px" w="full" />
</Box>
))}
Expand Down

0 comments on commit 8f97cfa

Please sign in to comment.