Skip to content

Commit d12014c

Browse files
Set EUI spacer to small (#187)
1 parent 0763ebb commit d12014c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/router/components/form/components/pyfunc_config/PyFuncDeploymentPanel.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export const PyFuncDeploymentPanel = ({
8080
</EuiFlexItem>
8181
</EuiFlexGroup>
8282

83-
<EuiSpacer size="l" />
83+
<EuiSpacer size="s" />
8484
</EuiForm>
8585
</Panel>
8686
);

0 commit comments

Comments
 (0)