mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
Merge pull request #5532 from jakemcdermott/ui-next-fix-warning-resize
Fix inconsistent warning icon sizes Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
6340f9147c
@ -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