Skip to content

Commit

Permalink
Removes unnecessary height from the playground wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
arqex committed Sep 23, 2020
1 parent f3a20f2 commit c27287a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class App extends React.Component {

render() {
return (
<div style={{height: 2000}}>
<div>
<Datetime />
</div>
);
Expand Down

0 comments on commit c27287a

Please sign in to comment.