Skip to content

Commit 9ae0a8b

Browse files
rvsiaHyperkid123
authored andcommitted
Change gutter to hasGutter
1 parent 3af1490 commit 9ae0a8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/pf4-component-mapper/src/files/slider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const Slider = (props) => {
1111

1212
return (
1313
<FormGroup label={label} isRequired={isRequired} helperText={helperText} meta={meta} description={description} id={id || input.name}>
14-
<Grid gutter="md">
14+
<Grid hasGutter>
1515
<GridItem span={10}>
1616
<input
1717
className={'ddorg__pf4-component-mapper__dual-list-slider-input '}

packages/pf4-component-mapper/src/files/sub-form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const SubForm = ({ fields, title, description, validate: _validate, component, .
88
const formOptions = useFormApi();
99

1010
return (
11-
<Grid gutter="md" {...rest}>
11+
<Grid hasGutter {...rest}>
1212
{title && (
1313
<GridItem sm={12}>
1414
<Title headingLevel="h2" size="xl">

0 commit comments

Comments
 (0)