File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ export default function ProbeShellGenerator() {
107107 onSubmit = { form . handleSubmit ( onSubmit ) }
108108 className = "flex flex-col xl:flex-row gap-6"
109109 >
110- < div className = "w-full xl:w-1/2 space-y-6 " >
110+ < div className = "w-full xl:w-1/2 space-y-4 " >
111111 < MainConfigCard form = { form } servers = { serverConfig } />
112112 < PackageConfigCard form = { form } packerConfig = { packerConfig } />
113113 < Button className = "w-full" type = "submit" disabled = { isActionPending } >
@@ -119,7 +119,7 @@ export default function ProbeShellGenerator() {
119119 { t ( "probeshell:buttons.generate" ) }
120120 </ Button >
121121 </ div >
122- < div className = "w-full xl:w-1/2 space-y-6 " >
122+ < div className = "w-full xl:w-1/2 space-y-4 " >
123123 < ShellResult
124124 packMethod = { packMethod }
125125 generateResult = { generateResult }
You can’t perform that action at this time.
0 commit comments