mirror of
https://github.com/fspc/workstand.git
synced 2025-02-23 17:23:24 -05:00
Formatting.
This commit is contained in:
parent
523bfa203b
commit
5d2514917f
@ -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…
x
Reference in New Issue
Block a user