Added padding to tableNodeCellRenderer in the case of the Auto Height
This commit is contained in:
parent
f0a09a0cf5
commit
7b89eeb8e7
1 changed files with 1 additions and 1 deletions
|
|
@ -259,7 +259,7 @@ export default function TableNodeCellRender({
|
|||
}
|
||||
|
||||
return (
|
||||
<div className="group flex h-full w-[300px] items-center justify-center">
|
||||
<div className="group flex h-full w-[300px] items-center justify-center py-2.5">
|
||||
{getCellType()}
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue