Skip to content

Commit

Permalink
fix: min height
Browse files Browse the repository at this point in the history
Signed-off-by: Olga Nad <[email protected]>
  • Loading branch information
olga-union committed May 23, 2022
1 parent 0e70ee8 commit 4205272
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ stories.addDecorator((story) => (
right: '35vw',
left: 0,
bottom: 0,
height: '450px',
}}
>
<CacheContext.Provider value={cache}>{story()}</CacheContext.Provider>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ const ReactFlowGraphComponent = (props) => {
flexDirection: 'column',
minHeight: '100px',
minWidth: '200px',
height: '100%',
};

const renderGraph = () => {
Expand Down

0 comments on commit 4205272

Please sign in to comment.