1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00

Fix some styling issues in Quality Profile and Release Profiles

This commit is contained in:
Mark McDowall
2020-05-30 10:11:34 -07:00
parent f524fcd3e4
commit 7ea45bb714
3 changed files with 8 additions and 5 deletions
@@ -87,17 +87,18 @@ class KeyValueListInputItem extends Component {
/>
</div>
{
!isNew &&
<div className={styles.buttonWrapper}>
{
isNew ?
null :
<IconButton
name={icons.REMOVE}
tabIndex={-1}
onPress={this.onRemovePress}
/>
</div>
}
</div>
</div>
);
}
}
@@ -48,6 +48,7 @@
composes: buton from '~Components/Link/IconButton.css';
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
margin-right: 5px;
@@ -74,6 +74,7 @@
composes: buton from '~Components/Link/IconButton.css';
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
margin-right: 5px;