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 6df93ee commit fb2edabCopy full SHA for fb2edab
chaoscenter/web/src/views/AddProbeModalWizard/AddProbeModalWizard.tsx
@@ -355,7 +355,7 @@ const TunePropertiesStep: React.FC<StepProps<StepData>> = props => {
355
{formikProps => {
356
return (
357
<Form style={{ height: '100%' }}>
358
- <Layout.Vertical height={516} style={{ overflow: 'auto' }}>
+ <Layout.Vertical height={516} style={{ overflow: 'auto' }} padding={{ left: "xsmall", right: "xsmall" }}>
359
<Text font={{ variation: FontVariation.H3 }} color={Color.GREY_800} margin={{ bottom: 'large' }}>
360
{getString(`properties`)}
361
</Text>
0 commit comments