fix snap
This commit is contained in:
parent
5bcd9b4927
commit
0df4723409
|
@ -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]}
|
||||||
|
|
Loading…
Reference in New Issue