Skip to content

Commit

Permalink
Increase the janky Paper width
Browse files Browse the repository at this point in the history
  • Loading branch information
carterjbastian committed Mar 8, 2017
1 parent d7cd315 commit f4ccc7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Diagram.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ export default class Diagram extends Component {
return (
<div onClick={this.handleClick}
style={{position: 'absolute', width: '100%', height: '100%', margin: 0, padding: 0}}>
<Paper position='absolute' width={615} height={608}>
<Paper position='absolute' width={1300} height={608}>
<Set>
{
this.state.squares.map(function(ele, pos) {
Expand Down

0 comments on commit f4ccc7c

Please sign in to comment.