This commit is contained in:
Jonathan Rainville 2019-05-29 16:15:24 -04:00
parent 5bcd9b4927
commit 0df4723409
No known key found for this signature in database
GPG Key ID: 5F4630B759727D9C
1 changed files with 4 additions and 2 deletions

View File

@ -11,6 +11,8 @@ exports[`MarginSelectorForm should render correctly 1`] = `
tag="div" tag="div"
> >
<Col <Col
md={9}
sm={8}
tag="div" tag="div"
widths={ widths={
Array [ Array [
@ -21,7 +23,7 @@ exports[`MarginSelectorForm should render correctly 1`] = `
"xl", "xl",
] ]
} }
xs={9} xs={7}
> >
<ComponentEnhancer(undefined) <ComponentEnhancer(undefined)
activeDotStyle={Object {}} activeDotStyle={Object {}}
@ -39,7 +41,7 @@ exports[`MarginSelectorForm should render correctly 1`] = `
included={true} included={true}
marks={Object {}} marks={Object {}}
max={100} max={100}
min={-100} min={-99}
onAfterChange={[Function]} onAfterChange={[Function]}
onBeforeChange={[Function]} onBeforeChange={[Function]}
onChange={[Function]} onChange={[Function]}