mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 04:10:44 -03:30
Keep warning icon size consistent
This commit is contained in:
parent
04c535e3f9
commit
86eb541b3f
@ -88,14 +88,16 @@ class TemplateListItem extends Component {
|
||||
</Link>
|
||||
</span>
|
||||
{missingResourceIcon && (
|
||||
<Tooltip
|
||||
content={i18n._(
|
||||
t`Resources are missing from this template.`
|
||||
)}
|
||||
position="right"
|
||||
>
|
||||
<ExclamationTriangleIcon css="color: #c9190b; margin-left: 20px;" />
|
||||
</Tooltip>
|
||||
<span>
|
||||
<Tooltip
|
||||
content={i18n._(
|
||||
t`Resources are missing from this template.`
|
||||
)}
|
||||
position="right"
|
||||
>
|
||||
<ExclamationTriangleIcon css="color: #c9190b; margin-left: 20px;" />
|
||||
</Tooltip>
|
||||
</span>
|
||||
)}
|
||||
</LeftDataListCell>,
|
||||
<RightDataListCell
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user