diff --git a/dataweaver/apps/web/src/components/scopes/atlas/config.ts b/dataweaver/apps/web/src/components/scopes/atlas/config.ts index efe4699f..b950be6f 100644 --- a/dataweaver/apps/web/src/components/scopes/atlas/config.ts +++ b/dataweaver/apps/web/src/components/scopes/atlas/config.ts @@ -93,7 +93,7 @@ export const ZOOM_STEPS: readonly number[] = Array.from( * `useCardAutoHeight`) and is capped at this value - larger content scrolls. */ export const CARD_VARIANT_MAX: Record = { - text: { w: 420, h: 440 }, + text: { w: 650, h: 440 }, table: { w: 650, h: 500 }, chart: { w: 420, h: 520 }, };