Fixed border being cut on Node Settings dropdown component
This commit is contained in:
parent
7ee662911e
commit
47b07ab880
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
);
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ const useColumnDefs = (
|
|||
},
|
||||
};
|
||||
},
|
||||
minWidth: 330,
|
||||
minWidth: 340,
|
||||
autoHeight: true,
|
||||
flex: 1,
|
||||
resizable: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue