Skip to content

Commit

Permalink
docs(storybook) use fullscreen layout for EuiPageTemplate stories
Browse files Browse the repository at this point in the history
  • Loading branch information
mgadewoll committed Apr 5, 2024
1 parent e6f5275 commit 659e964
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/page_template/page_template.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ const comboContent = (
const meta: Meta<EuiPageTemplateProps> = {
title: 'Templates/EuiPageTemplate',
component: EuiPageTemplate,
parameters: {
layout: 'fullscreen',
},
argTypes: {
bottomBorder: {
control: 'radio',
Expand Down

0 comments on commit 659e964

Please sign in to comment.