mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-20 21:54:58 -04:00
Fix some styling issues in Quality Profile and Release Profiles
This commit is contained in:
@@ -87,16 +87,17 @@ class KeyValueListInputItem extends Component {
|
||||
/>
|
||||
</div>
|
||||
|
||||
{
|
||||
!isNew &&
|
||||
<div className={styles.buttonWrapper}>
|
||||
<div className={styles.buttonWrapper}>
|
||||
{
|
||||
isNew ?
|
||||
null :
|
||||
<IconButton
|
||||
name={icons.REMOVE}
|
||||
tabIndex={-1}
|
||||
onPress={this.onRemovePress}
|
||||
/>
|
||||
</div>
|
||||
}
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user