Skip to content

Commit

Permalink
fix: table ui
Browse files Browse the repository at this point in the history
  • Loading branch information
ArpitaGanatra committed Jun 26, 2024
1 parent f0615f6 commit 6dfd4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/cubik-table/cubik-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const CubikTable = <T,>({ columns, data, showHeader = true }: CubikTableP
{row.getVisibleCells().map((cell, index) => (
<td
className={cn(
'px-5 md:px-3 md:mx-3 py-3 md:py-5',
'px-5 md:px-6 py-3 md:py-5',
index === 0 && 'ps-4 md:ps-6',
)}
style={{ marginLeft: '1.5rem', marginRight: '1.5rem' }}
Expand Down

0 comments on commit 6dfd4bd

Please sign in to comment.