Skip to content

Commit

Permalink
Fix extra padding on table header cells
Browse files Browse the repository at this point in the history
  • Loading branch information
benvinegar authored and Nick Arnold committed Aug 8, 2024
1 parent 23847d8 commit b82c86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/ui/table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const TableHead = React.forwardRef<
<div
ref={ref}
className={cn(
"h-12 p-3 text-left align-middle font-medium [&:has([role=checkbox])]:pr-0",
"p-3 text-left align-middle font-medium [&:has([role=checkbox])]:pr-0",
className,
)}
{...props}
Expand Down

0 comments on commit b82c86b

Please sign in to comment.