diff --git a/apps/www/registry/default/ui/table.tsx b/apps/www/registry/default/ui/table.tsx
index 7f3502f8b28..124242740cc 100644
--- a/apps/www/registry/default/ui/table.tsx
+++ b/apps/www/registry/default/ui/table.tsx
@@ -87,7 +87,7 @@ const TableCell = React.forwardRef<
>(({ className, ...props }, ref) => (
|
))
diff --git a/apps/www/registry/new-york/ui/table.tsx b/apps/www/registry/new-york/ui/table.tsx
index c0df655c0bf..7b66ec69b8b 100644
--- a/apps/www/registry/new-york/ui/table.tsx
+++ b/apps/www/registry/new-york/ui/table.tsx
@@ -88,7 +88,7 @@ const TableCell = React.forwardRef<
[role=checkbox]]:translate-y-[2px]",
+ "p-2 whitespace-nowrap align-middle [&:has([role=checkbox])]:pr-0 [&>[role=checkbox]]:translate-y-[2px]",
className
)}
{...props}
|