Skip to content

Commit

Permalink
Padding and border between cells
Browse files Browse the repository at this point in the history
  • Loading branch information
ajthinking committed Jan 22, 2025
1 parent 091f6e4 commit 5417e2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/src/components/Node/table/TableCell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ export function TableCell(props: {tableRef: React.RefObject<HTMLTableElement>, c
}

return (
<div className='w-full'>
<div className='w-full border-r border-gray-200'>
<span
className={'whitespace-nowrap overflow-hidden overflow-ellipsis inline-block w-full'}
className={'whitespace-nowrap overflow-hidden overflow-ellipsis inline-block w-full px-1'}
ref={refs.setReference} {...getReferenceProps()}
>
{formatCellContent(content)}
Expand Down

0 comments on commit 5417e2b

Please sign in to comment.