Fix sizing of playground in landing page

Reviewed By: danielbuechele

Differential Revision: D6976272

fbshipit-source-id: e9cf8582aa4f8d97190b40d5b7cf219ff1ef8ae5
This commit is contained in:
Emil Sjölander
2018-02-13 07:34:40 -08:00
committed by Facebook Github Bot
parent cac77e5ffa
commit 3aca5965dc
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ const HeroSection = () => (
);
const PlaygroundSection = () => (
<Row className="playground">
<Row>
<Col xl={24} lg={0} md={0} sm={0} xs={0}>
<Playground selectedNodePath={[]} showGuides={false} height={600} />
</Col>

View File

@@ -1,4 +1,4 @@
.doc-block, .playground {
.doc-block.playground {
height: 1vh;
}