diff --git a/e2e/test/scenarios/dashboard/dashboard-card-resizing.cy.spec.js b/e2e/test/scenarios/dashboard/dashboard-card-resizing.cy.spec.js index 37f8f2c61e7a8b51479c39ef4e0f31b311e029e5..ebd10436c03075cb0bb7e353a231f30fc328fa95 100644 --- a/e2e/test/scenarios/dashboard/dashboard-card-resizing.cy.spec.js +++ b/e2e/test/scenarios/dashboard/dashboard-card-resizing.cy.spec.js @@ -80,7 +80,7 @@ const VISUALIZATION_SIZES = { default: { width: 12, height: 9 }, }, scalar: { - min: { width: 1, height: 1 }, + min: { width: 2, height: 2 }, default: { width: 4, height: 3 }, }, smartscalar: { diff --git a/frontend/src/metabase/visualizations/shared/utils/sizes.ts b/frontend/src/metabase/visualizations/shared/utils/sizes.ts index a426512681fc3ef1b0b0e36e304c34cd4e379f21..b348e60f72e6d64773674f253559532c2d57c639 100644 --- a/frontend/src/metabase/visualizations/shared/utils/sizes.ts +++ b/frontend/src/metabase/visualizations/shared/utils/sizes.ts @@ -74,7 +74,7 @@ const VISUALIZATION_SIZES: { default: { width: 12, height: 9 }, }, scalar: { - min: { width: 1, height: 1 }, + min: { width: 2, height: 2 }, default: { width: 4, height: 3 }, }, smartscalar: {