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