diff --git a/common/app/routes/Hikes/components/Question.jsx b/common/app/routes/Hikes/components/Question.jsx index cac42e3682..54a5f03009 100644 --- a/common/app/routes/Hikes/components/Question.jsx +++ b/common/app/routes/Hikes/components/Question.jsx @@ -41,7 +41,7 @@ export default React.createClass({ const { mouse: [x, y] } = this.state; return { val: { x, y }, - config: [120, 17] + config: [120, 10] }; },