diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e16b88789c..6cd7e5b03f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -15,3 +15,5 @@ - E2E tests for dropdown component ## Design System website + +- expand components preview containers to full screen diff --git a/src/App/ComponentsDocumentation/components/Topbar/index.js b/src/App/ComponentsDocumentation/components/Topbar/index.js index 9c0311b703..93b17934c5 100644 --- a/src/App/ComponentsDocumentation/components/Topbar/index.js +++ b/src/App/ComponentsDocumentation/components/Topbar/index.js @@ -44,6 +44,7 @@ const Overview = () => ( showCasePanel codeFigure showCasePanelAdvanced={topbarShowcase} + showExpandPreview={true} />

When to consider something else