Skip to content

Commit d7c9c96

Browse files
committed
feat: center-graph and maxWidth
1 parent 5dfdd19 commit d7c9c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Graphs/Graph.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const Graph: React.FC = () => {
7676
}
7777

7878
return (
79-
<div className={styles.graphContainer} data-theme={isDarkTheme ? 'dark' : 'light'}>
79+
<div className={styles.graphContainer} style={{maxWidth: '1280px', margin: '0 auto'}} data-theme={isDarkTheme ? 'dark' : 'light'}>
8080
<div className={styles.graphColumn}>
8181
<ReactFlow
8282
data-theme={isDarkTheme ? 'dark' : 'light'}

0 commit comments

Comments
 (0)