@ -87,16 +87,17 @@ class KeyValueListInputItem extends Component {
/>
</div>
{
!isNew &&
<div className={styles.buttonWrapper}>
isNew ?
null :
<IconButton
name={icons.REMOVE}
tabIndex={-1}
onPress={this.onRemovePress}
}
);
@ -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 @@