Adjusts tag input UI

This commit is contained in:
John Furrow
2019-04-20 12:19:31 -07:00
committed by John Furrow
parent c3db4ccb5e
commit 95da3937c8
@@ -244,14 +244,16 @@ class DownloadRulesTab extends React.Component {
</Textbox>
</FormRow>
<FormRow>
<TorrentDestination
id="destination"
label={this.props.intl.formatMessage({
id: 'feeds.torrent.destination',
defaultMessage: 'Torrent Destination',
})}
suggested={rule.destination}
/>
<FormRowItem>
<TorrentDestination
id="destination"
label={this.props.intl.formatMessage({
id: 'feeds.torrent.destination',
defaultMessage: 'Torrent Destination',
})}
suggested={rule.destination}
/>
</FormRowItem>
<Textbox
id="tags"
label={this.props.intl.formatMessage({