Keep warning icon size consistent

This commit is contained in:
Jake McDermott 2019-12-17 16:12:53 -05:00
parent 04c535e3f9
commit 86eb541b3f
No known key found for this signature in database
GPG Key ID: 0E56ED990CDFCB4F

View File

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