1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 09:13:23 -05:00

Formatting.

This commit is contained in:
Drew Larson 2017-01-29 11:52:16 -06:00
parent 523bfa203b
commit 5d2514917f

View File

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