Improve form layout

This commit is contained in:
John Furrow
2016-06-02 22:29:13 -07:00
parent 2bb9112d13
commit 1c02bc492e
12 changed files with 92 additions and 60 deletions

View File

@@ -125,7 +125,9 @@ export default class MoveTorrents extends React.Component {
<AddTorrentsDestination onChange={this.handleDestinationChange}
suggested={this.state.originalSource} />
<div className="form__row">
<Checkbox onChange={this.handleCheckboxChange}>Move data</Checkbox>
<div className="form__column">
<Checkbox onChange={this.handleCheckboxChange}>Move data</Checkbox>
</div>
</div>
</div>
);