Skip to content

Commit

Permalink
fix issue in ff
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaanj committed Nov 10, 2023
1 parent 8147846 commit ec077ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const TableCellElement = React.forwardRef<
asChild
ref={ref}
className={cn(
'relative overflow-visible border-none bg-background p-0',
'relative h-full overflow-visible border-none bg-background p-0',
hideBorder && 'before:border-none',
element.background ? 'bg-[--cellBackground]' : 'bg-background',
!hideBorder &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const TableCellElement = React.forwardRef<
asChild
ref={ref}
className={cn(
'relative overflow-visible border-none bg-background p-0',
'relative h-full overflow-visible border-none bg-background p-0',
hideBorder && 'before:border-none',
element.background ? 'bg-[--cellBackground]' : 'bg-background',
!hideBorder &&
Expand Down

0 comments on commit ec077ff

Please sign in to comment.