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 3aed370 commit 7b67bb0Copy full SHA for 7b67bb0
src/extension/ui/src/components/tile/ConfigEditor.tsx
@@ -81,7 +81,7 @@ const ConfigEditor = ({
81
}
82
83
return (
84
- <Stack spacing={1}>
+ <Stack spacing={2}>
85
<Typography variant="subtitle2">Parameters</Typography>
86
<Stack>
87
{Object.keys(flattenedConfig).map((key: string) => {
0 commit comments