mirror of
https://github.com/zoriya/flood.git
synced 2025-12-20 06:05:15 +00:00
Improve form layout
This commit is contained in:
@@ -44,14 +44,16 @@ export default class AddTorrentsDestination extends React.Component {
|
||||
|
||||
return (
|
||||
<div className="form__row">
|
||||
<label className="form__label">
|
||||
Destination
|
||||
</label>
|
||||
<input className={textboxClasses}
|
||||
onChange={this.handleDestinationChange}
|
||||
placeholder="Destination"
|
||||
value={this.state.destination}
|
||||
type="text" />
|
||||
<div className="form__column">
|
||||
<label className="form__label">
|
||||
Destination
|
||||
</label>
|
||||
<input className={textboxClasses}
|
||||
onChange={this.handleDestinationChange}
|
||||
placeholder="Destination"
|
||||
value={this.state.destination}
|
||||
type="text" />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user