mirror of
https://github.com/zoriya/flood.git
synced 2025-12-21 14:45:14 +00:00
Improve form layout
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user