Commit 3ca9777
[SB] Fix graph layout stories (elastic#217766)
## Summary
This fixes the graph layout stories not rendering properly after
elastic#214684. Open to a better or preferred fix as I'm not familiar with
these components.
There was a console warning:
```js
[React Flow]: The React Flow parent container needs a width and a height to render the graph. Help: https://reactflow.dev/error#004
```
[Storybook preview
link](https://ci-artifacts.kibana.dev/storybooks/pr-217766/cloud_security_posture_graph/index.html?path=/story/components-graph-components-graph-layout--simple-api-mock)
---------
Co-authored-by: Kfir Peled <[email protected]>1 parent aa563a4 commit 3ca9777
File tree
1 file changed
+1
-1
lines changed- x-pack/solutions/security/packages/kbn-cloud-security-posture/graph/.storybook/decorators
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments