Added padding to tableNodeCellRenderer in the case of the Auto Height

This commit is contained in:
Lucas Oliveira 2024-06-06 08:50:56 -03:00
commit 7b89eeb8e7

View file

@ -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>
);