Skip to content

Commit

Permalink
Initial beta version commit
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyslu committed Nov 4, 2017
1 parent dca1f6e commit 4950fed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion lib/template/layouts/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ class App extends React.Component {
this.setState({
visible: !this.state.visible,
style: {
width: toggleWidth
width: toggleWidth,
paddingLeft: '2.5em'
}
});
}
Expand Down
3 changes: 2 additions & 1 deletion test/dest/js/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -3973,7 +3973,8 @@ var App = function (_React$Component) {
this.setState({
visible: !this.state.visible,
style: {
width: toggleWidth
width: toggleWidth,
paddingLeft: '2.5em'
}
});
}
Expand Down
2 changes: 1 addition & 1 deletion test/dest/js/bundle.js.map

Large diffs are not rendered by default.

0 comments on commit 4950fed

Please sign in to comment.