Skip to content

Commit b521651

Browse files
committed
changed styling to graphs
1 parent 2c1158a commit b521651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ksqLight/src/components/Homepage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export const Homepage = ({ showQueries, showMessages, showErrors }) => {
8080
</Grid>
8181
</Grid> */}
8282

83-
<Grid container spacing={4} sx={{}}>
83+
<Grid container spacing={0} sx={{}}>
8484
{showQueries &&
8585
queriesCharts.map(([query, description], index) =>
8686
<LineChart description={description} metric={query} key={index} />)

0 commit comments

Comments
 (0)