diff --git a/packages/garden/package.json b/packages/garden/package.json index 6dd28d894..1ed4e30f6 100644 --- a/packages/garden/package.json +++ b/packages/garden/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/workspace-garden", - "version": "5.1.5", + "version": "5.1.6", "type": "module", "sideEffects": false, "license": "MIT", diff --git a/packages/garden/src/lib/components/ExpandProvider/ExpandProvider.tsx b/packages/garden/src/lib/components/ExpandProvider/ExpandProvider.tsx index cf634c51f..f7c72066d 100644 --- a/packages/garden/src/lib/components/ExpandProvider/ExpandProvider.tsx +++ b/packages/garden/src/lib/components/ExpandProvider/ExpandProvider.tsx @@ -28,7 +28,7 @@ const expandReducer = }; } else { const newWidths = [...state.widths]; - newWidths[action.index] = defaultColumnWidth + 200; + newWidths[action.index] = defaultColumnWidth + 500; return { expandedColumns: [...state.expandedColumns, action.index], widths: newWidths, diff --git a/packages/workspace-fusion/package.json b/packages/workspace-fusion/package.json index 0e443c6b7..3b40470a9 100644 --- a/packages/workspace-fusion/package.json +++ b/packages/workspace-fusion/package.json @@ -1,6 +1,6 @@ { "name": "@equinor/workspace-fusion", - "version": "5.4.0", + "version": "5.4.1", "type": "module", "sideEffects": false, "license": "MIT",