Don't assume the last item in the healthcheck listing is passing

This commit is contained in:
John Cowen 2018-07-06 16:40:04 +01:00
parent cd30299700
commit 9b24ca664f
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
padding-left: 39px;
height: 31px;
}
%healthchecked-resource li:not(:last-child) strong,
%healthchecked-resource li:not(.passing) strong,
.healthy .healthchecked-resource li:only-child strong {
display: none;
}