visually center root node
Summary: root node is now centerwed between edge and editor Reviewed By: emilsjolander Differential Revision: D6989159 fbshipit-source-id: ce2621402d380843125fabc43452c64ea3b563dd
This commit is contained in:
committed by
Facebook Github Bot
parent
35c6931ade
commit
91621641e6
@@ -58,7 +58,7 @@ const HeroSection = () => (
|
||||
const PlaygroundSection = () => (
|
||||
<Row>
|
||||
<Col xl={24} lg={0} md={0} sm={0} xs={0}>
|
||||
<Playground selectedNodePath={[]} showGuides={false} height={600} />
|
||||
<Playground selectedNodePath={[]} showGuides={false} height={601} />
|
||||
</Col>
|
||||
</Row>
|
||||
);
|
||||
|
Reference in New Issue
Block a user