Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
YU CAO authored and GitHub Enterprise committed Oct 31, 2016
1 parent 6d85044 commit 7cc1e94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .storybook/components/DropdownStory.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ storiesOf('Dropdown', module)
</AppContainer>
))
.addDecorator((story) => (
<div style={{ 'min-width': '20em' }}>
<div style={{ minWidth: '20em' }}>
{story()}
</div>
))
Expand Down
2 changes: 1 addition & 1 deletion .storybook/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const style = {
bottom: 0,
right: 0,
display: 'flex',
'flex-direction': 'column',
flexDirection: 'column',
alignItems: 'center',
};

Expand Down

0 comments on commit 7cc1e94

Please sign in to comment.