From 2128c6f3715f581ec70277aeeffbd4cd0d2d4fcc Mon Sep 17 00:00:00 2001 From: ofk Date: Thu, 27 Sep 2018 14:55:42 +0900 Subject: [PATCH 1/2] Fix on AxisRangeConfigurator --- .../src/components/AxisRangeConfigurator.jsx | 101 +++++++++--------- 1 file changed, 52 insertions(+), 49 deletions(-) diff --git a/frontend/src/components/AxisRangeConfigurator.jsx b/frontend/src/components/AxisRangeConfigurator.jsx index 8299d8ff..eea1d874 100644 --- a/frontend/src/components/AxisRangeConfigurator.jsx +++ b/frontend/src/components/AxisRangeConfigurator.jsx @@ -1,6 +1,6 @@ import React from 'react'; import PropTypes from 'prop-types'; -import { Form, FormGroup, Label, Input } from 'reactstrap'; +import { Form, FormGroup, Col, Label, Input } from 'reactstrap'; class AxisRangeConfigurator extends React.Component { @@ -43,54 +43,57 @@ class AxisRangeConfigurator extends React.Component {
{ e.preventDefault(); }}> {isMin ? 'Min' : 'Max'} -
- - - - - - - - - -
+ + + + + + + + + + + + + + + + +
); From 119a317fa0567178fbf5eb93b8670faf2a6a7dbe Mon Sep 17 00:00:00 2001 From: ofk Date: Thu, 27 Sep 2018 15:45:17 +0900 Subject: [PATCH 2/2] Fix on LineConfigurator --- frontend/src/components/LineConfigurator.jsx | 32 +++++++++----------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/frontend/src/components/LineConfigurator.jsx b/frontend/src/components/LineConfigurator.jsx index 655c6c2c..52a87827 100644 --- a/frontend/src/components/LineConfigurator.jsx +++ b/frontend/src/components/LineConfigurator.jsx @@ -1,6 +1,6 @@ import React from 'react'; import PropTypes from 'prop-types'; -import { Form, FormGroup, Label, Input, Collapse, Button, Col, Row } from 'reactstrap'; +import { Form, FormGroup, Label, Input, Collapse, Button, Col } from 'reactstrap'; import { ChromePicker, GithubPicker } from 'react-color'; import TruncatedResultName from './TruncatedResultName'; import { lineColorGenerator } from '../utils'; @@ -124,22 +124,20 @@ class LineConfigurator extends React.Component { - - - - - - - - - + + + + + + +