Fix sizing of playground in landing page
Reviewed By: danielbuechele Differential Revision: D6976272 fbshipit-source-id: e9cf8582aa4f8d97190b40d5b7cf219ff1ef8ae5
This commit is contained in:
committed by
Facebook Github Bot
parent
cac77e5ffa
commit
3aca5965dc
@@ -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>
|
||||
|
@@ -1,4 +1,4 @@
|
||||
.doc-block, .playground {
|
||||
.doc-block.playground {
|
||||
height: 1vh;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user