Skip to content

Commit

Permalink
fix(storybook): set width of storybook div injected in flexbox
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Oct 17, 2019
1 parent a4db610 commit 621be60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/react/.storybook/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ import Container from './Container';

addDecorator(
withInfo({
styles: {
children: {
width: '100%',
},
},
maxPropStringLength: 200, // Displays the first 200 characters in the default prop string
})
);
Expand Down

0 comments on commit 621be60

Please sign in to comment.