Fixed border being cut on Node Settings dropdown component

This commit is contained in:
Lucas Oliveira 2024-06-10 08:24:58 -03:00
commit 47b07ab880
2 changed files with 2 additions and 2 deletions

View file

@ -259,7 +259,7 @@ export default function TableNodeCellRender({
}
return (
<div className="group flex h-full w-[300px] items-center justify-center py-2.5">
<div className="group mx-auto flex h-full w-[300px] items-center justify-center py-2.5">
{getCellType()}
</div>
);

View file

@ -53,7 +53,7 @@ const useColumnDefs = (
},
};
},
minWidth: 330,
minWidth: 340,
autoHeight: true,
flex: 1,
resizable: false,