Skip to content

Commit

Permalink
Merge pull request #2 from pyiron/resize
Browse files Browse the repository at this point in the history
Resize jupyter cell
  • Loading branch information
jan-janssen authored Aug 6, 2024
2 parents 86a0609 + 89aae13 commit 8a295a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/widget.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const render = createRender(() => {


return (
<div style={{ position: "relative", height: "400px", width: "800px" }}>
<div style={{ position: "relative", height: "400px", width: "100%" }}>
<ReactFlow
nodes={nodes}
edges={edges}
Expand All @@ -96,4 +96,4 @@ const render = createRender(() => {
);
});

export default { render };
export default { render };

0 comments on commit 8a295a7

Please sign in to comment.