diff --git a/.github/workflows/storybook-deploy.yml b/.github/workflows/storybook-deploy.yml index 72e8023222..6b4ac13b4f 100644 --- a/.github/workflows/storybook-deploy.yml +++ b/.github/workflows/storybook-deploy.yml @@ -10,6 +10,8 @@ on: jobs: build: runs-on: ubuntu-latest + env: + NODE_OPTIONS: --max-old-space-size=6144 steps: - uses: actions/checkout@v4 @@ -48,3 +50,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action + diff --git a/packages/chart/index.html b/packages/chart/index.html index cfe19abd89..0dec96339d 100644 --- a/packages/chart/index.html +++ b/packages/chart/index.html @@ -11,20 +11,21 @@ min-height: calc(100vh + 1px); } - /* Add 1rem padding to mimic DFE when editor is not visible */ - .cdc-open-viz-module:not(.isEditor) { - padding: 1rem; - } - - - + .cdc-map-outer-container { + min-height: 100vh; + }
- + + + + + + + + - -