fix: Improve table column styling in edit node modal (#6763)

* fix: Improve table column styling in edit node modal

* fix: Remove extra space in "Field Name" header
This commit is contained in:
Deon Sanchez 2025-02-21 13:38:31 -07:00 committed by GitHub
commit 74b273f36b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,6 +42,11 @@ const useColumnDefs = (
headerName: "Value",
field: "value",
cellRenderer: TableNodeCellRender,
cellStyle: {
display: "flex",
"justify-content": "flex-start",
"align-items": "flex-start",
},
valueGetter: (params: ValueGetterParams) => {
return {
nodeId: nodeId,