Skip to content

Commit

Permalink
Fix demos taking up too much space.
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed Aug 21, 2019
1 parent 62078b7 commit 8d95ecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AutoRotatingCarousel.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const Slide = require('./Slide').default;
const { red, blue, green } = require('@material-ui/core/colors');
const Button = require('@material-ui/core/Button').default;
<div style={{ position: 'relative', width: '100%', height: 500 }}>
<div>
<Button onClick={() => setState({ open: true })}>Open carousel</Button>
<AutoRotatingCarousel
label='Get started'
Expand Down Expand Up @@ -46,7 +46,7 @@ const Slide = require('./Slide').default;
const { red, blue, green } = require('@material-ui/core/colors');
const Button = require('@material-ui/core/Button').default;
<div style={{ position: 'relative', width: '100%', height: 500 }}>
<div>
<Button onClick={() => setState({ open: true })}>Open carousel</Button>
<AutoRotatingCarousel
label='Get started'
Expand Down

0 comments on commit 8d95ecd

Please sign in to comment.