Skip to content

Commit c27287a

Browse files
committed
Removes unnecessary height from the playground wrapper
1 parent f3a20f2 commit c27287a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class App extends React.Component {
1414

1515
render() {
1616
return (
17-
<div style={{height: 2000}}>
17+
<div>
1818
<Datetime />
1919
</div>
2020
);

0 commit comments

Comments
 (0)