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

@@ -130,10 +130,12 @@ export default class AddTorrentsByFile extends React.Component {
return (
<div className="form">
<div className="form__row">
<label className="form__label">
Torrents
</label>
{this.getModalContent()}
<div className="form__column">
<label className="form__label">
Torrents
</label>
{this.getModalContent()}
</div>
</div>
<AddTorrentsDestination onChange={this.handleDestinationChange} />
<AddTorrentsActions dismiss={this.props.dismissModal}