Skip to content

Commit fb2edab

Browse files
fix: resolve UI cutout in probe properties input fields (#5303)
Signed-off-by: Avirup Banik <[email protected]> Co-authored-by: Pritesh Kiri <[email protected]>
1 parent 6df93ee commit fb2edab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chaoscenter/web/src/views/AddProbeModalWizard/AddProbeModalWizard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ const TunePropertiesStep: React.FC<StepProps<StepData>> = props => {
355355
{formikProps => {
356356
return (
357357
<Form style={{ height: '100%' }}>
358-
<Layout.Vertical height={516} style={{ overflow: 'auto' }}>
358+
<Layout.Vertical height={516} style={{ overflow: 'auto' }} padding={{ left: "xsmall", right: "xsmall" }}>
359359
<Text font={{ variation: FontVariation.H3 }} color={Color.GREY_800} margin={{ bottom: 'large' }}>
360360
{getString(`properties`)}
361361
</Text>

0 commit comments

Comments
 (0)