Tweak styles
parent
6460e416d7
commit
e36108bfd3
|
@ -9,10 +9,8 @@ const Ranger = ({onSetRange, axes}) => {
|
||||||
<div className="display-options--cell">
|
<div className="display-options--cell">
|
||||||
<h5 className="display-options--header">Y Axis Controls</h5>
|
<h5 className="display-options--header">Y Axis Controls</h5>
|
||||||
<form autoComplete="off">
|
<form autoComplete="off">
|
||||||
<div className="display-options--row">
|
<div className="form-group col-sm-6">
|
||||||
<label htmlFor="min" style={{width: '40px'}}>
|
<label htmlFor="min">Min</label>
|
||||||
Min
|
|
||||||
</label>
|
|
||||||
<input
|
<input
|
||||||
className="form-control input-sm"
|
className="form-control input-sm"
|
||||||
type="number"
|
type="number"
|
||||||
|
@ -23,10 +21,8 @@ const Ranger = ({onSetRange, axes}) => {
|
||||||
placeholder="auto"
|
placeholder="auto"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="display-options--row">
|
<div className="form-group col-sm-6">
|
||||||
<label htmlFor="max" style={{width: '40px'}}>
|
<label htmlFor="max">Max</label>
|
||||||
Max
|
|
||||||
</label>
|
|
||||||
<input
|
<input
|
||||||
className="form-control input-sm"
|
className="form-control input-sm"
|
||||||
type="number"
|
type="number"
|
||||||
|
|
Loading…
Reference in New Issue