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:
softwarefactory-project-zuul[bot]
2019-12-18 17:23:55 +00:00
committed by GitHub

View File

@@ -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