Fix some styling issues in Quality Profile and Release Profiles
This commit is contained in:
parent
f524fcd3e4
commit
7ea45bb714
|
@ -87,16 +87,17 @@ class KeyValueListInputItem extends Component {
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{
|
<div className={styles.buttonWrapper}>
|
||||||
!isNew &&
|
{
|
||||||
<div className={styles.buttonWrapper}>
|
isNew ?
|
||||||
|
null :
|
||||||
<IconButton
|
<IconButton
|
||||||
name={icons.REMOVE}
|
name={icons.REMOVE}
|
||||||
tabIndex={-1}
|
tabIndex={-1}
|
||||||
onPress={this.onRemovePress}
|
onPress={this.onRemovePress}
|
||||||
/>
|
/>
|
||||||
</div>
|
}
|
||||||
}
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
@ -48,6 +48,7 @@
|
||||||
composes: buton from '~Components/Link/IconButton.css';
|
composes: buton from '~Components/Link/IconButton.css';
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
|
|
@ -74,6 +74,7 @@
|
||||||
composes: buton from '~Components/Link/IconButton.css';
|
composes: buton from '~Components/Link/IconButton.css';
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
|
Loading…
Reference in New Issue