mirror of
https://github.com/ansible/awx.git
synced 2026-03-25 21:05:03 -02: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:
@@ -88,14 +88,16 @@ class TemplateListItem extends Component {
|
|||||||
</Link>
|
</Link>
|
||||||
</span>
|
</span>
|
||||||
{missingResourceIcon && (
|
{missingResourceIcon && (
|
||||||
<Tooltip
|
<span>
|
||||||
content={i18n._(
|
<Tooltip
|
||||||
t`Resources are missing from this template.`
|
content={i18n._(
|
||||||
)}
|
t`Resources are missing from this template.`
|
||||||
position="right"
|
)}
|
||||||
>
|
position="right"
|
||||||
<ExclamationTriangleIcon css="color: #c9190b; margin-left: 20px;" />
|
>
|
||||||
</Tooltip>
|
<ExclamationTriangleIcon css="color: #c9190b; margin-left: 20px;" />
|
||||||
|
</Tooltip>
|
||||||
|
</span>
|
||||||
)}
|
)}
|
||||||
</LeftDataListCell>,
|
</LeftDataListCell>,
|
||||||
<RightDataListCell
|
<RightDataListCell
|
||||||
|
|||||||
Reference in New Issue
Block a user