We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dfdd19 commit d7c9c96Copy full SHA for d7c9c96
src/components/Graphs/Graph.tsx
@@ -76,7 +76,7 @@ const Graph: React.FC = () => {
76
}
77
78
return (
79
- <div className={styles.graphContainer} data-theme={isDarkTheme ? 'dark' : 'light'}>
+ <div className={styles.graphContainer} style={{maxWidth: '1280px', margin: '0 auto'}} data-theme={isDarkTheme ? 'dark' : 'light'}>
80
<div className={styles.graphColumn}>
81
<ReactFlow
82
data-theme={isDarkTheme ? 'dark' : 'light'}
0 commit comments