Skip to content

Commit 7b67bb0

Browse files
committed
Fix spacing
Signed-off-by: Trung Nguyen <[email protected]>
1 parent 3aed370 commit 7b67bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension/ui/src/components/tile/ConfigEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const ConfigEditor = ({
8181
}
8282

8383
return (
84-
<Stack spacing={1}>
84+
<Stack spacing={2}>
8585
<Typography variant="subtitle2">Parameters</Typography>
8686
<Stack>
8787
{Object.keys(flattenedConfig).map((key: string) => {

0 commit comments

Comments
 (0)