Browse Source

Formatting.

feature/bike-tracking
Drew Larson 8 years ago
parent
commit
5d2514917f
  1. 5
      bikeshop_project/assets/js/bikes/components/BikeModal/index.jsx

5
bikeshop_project/assets/js/bikes/components/BikeModal/index.jsx

@ -40,7 +40,7 @@ export default class BikeModal extends React.Component {
marginBottom: 16, marginBottom: 16,
}, },
bottom: { bottom: {
alignItems: 'flex-end' alignItems: 'flex-end',
}, },
}; };
@ -99,7 +99,8 @@ export default class BikeModal extends React.Component {
</div> </div>
<div className="mdl-grid"> <div className="mdl-grid">
<div className="mdl-cell mdl-cell--6-col"> <div className="mdl-cell mdl-cell--6-col">
<TextField floatingLabelText="Serial number" hintText="ab90cd23" value={serial_number} fullWidth required /> <TextField floatingLabelText="Serial number" hintText="ab90cd23" value={serial_number}
fullWidth required />
</div> </div>
<div className="mdl-cell mdl-cell--6-col"> <div className="mdl-cell mdl-cell--6-col">
<TextField floatingLabelText="Created at" value={createdAtFormatted} fullWidth readOnly disabled /> <TextField floatingLabelText="Created at" value={createdAtFormatted} fullWidth readOnly disabled />

Loading…
Cancel
Save