💄 fix header & cell misalignment in table

This commit is contained in:
Fred KISSIE
2025-10-25 03:05:47 +02:00
parent 4dd741cc3f
commit 2cc4ad9c30

View File

@@ -91,7 +91,7 @@ const TableHead = React.forwardRef<
<th
ref={ref}
className={cn(
"h-10 px-4 text-left align-middle font-medium text-muted-foreground [&:has([role=checkbox])]:pr-0",
"h-10 text-left align-middle font-medium text-muted-foreground [&:has([role=checkbox])]:pr-0",
className
)}
{...props}