File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/client/src/components/ui Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ function TableHead({ className, ...props }: React.ComponentProps<'th'>) {
5858 < th
5959 data-slot = "table-head"
6060 className = { cn (
61- 'text-foreground h-10 px-2 text-left align-middle font-medium whitespace-nowrap [&:has([role=checkbox])]:pr-0 [&> [role=checkbox]]:translate-y-[2px] ' ,
61+ 'text-foreground h-10 px-2 text-left align-middle font-medium whitespace-nowrap [&:has([role=checkbox])]:pr-0 *:[ [role=checkbox]]:translate-y-0.5 ' ,
6262 className ,
6363 ) }
6464 { ...props }
@@ -71,7 +71,7 @@ function TableCell({ className, ...props }: React.ComponentProps<'td'>) {
7171 < td
7272 data-slot = "table-cell"
7373 className = { cn (
74- 'p-2 align-middle whitespace-nowrap [&:has([role=checkbox])]:pr-0 [&> [role=checkbox]]:translate-y-[2px] ' ,
74+ 'p-2 align-middle whitespace-nowrap [&:has([role=checkbox])]:pr-0 *:[ [role=checkbox]]:translate-y-0.5 ' ,
7575 className ,
7676 ) }
7777 { ...props }
You can’t perform that action at this time.
0 commit comments