Skip to content

Commit

Permalink
Merge pull request mosch#231 from jyash97/patch-1
Browse files Browse the repository at this point in the history
Corrected the height of Image in Demo
  • Loading branch information
mosch authored Mar 12, 2018
2 parents 58d6211 + b4a6b42 commit 81739f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class App extends React.Component {
onDrop={this.handleDrop}
disableClick
multiple={false}
style={{ width: '250px', height: '250px' }}
style={{ width: this.state.width, height: this.state.height, marginBottom:'35px' }}
>
<div>
<ReactAvatarEditor
Expand Down

0 comments on commit 81739f6

Please sign in to comment.