diff --git a/moneymgr_web/src/routes/AccountRoute.tsx b/moneymgr_web/src/routes/AccountRoute.tsx index 402f4b1..4e6339f 100644 --- a/moneymgr_web/src/routes/AccountRoute.tsx +++ b/moneymgr_web/src/routes/AccountRoute.tsx @@ -306,7 +306,7 @@ function MovementsTable(p: { { field: "label", headerName: "Label", - flex: 3, + flex: 6, editable: true, type: "string", }, @@ -326,7 +326,7 @@ function MovementsTable(p: { field: "file", headerName: "File", editable: false, - flex: 1, + flex: 3, renderCell: (params) => { if (!params.row.file_id) return (