Fix css lint (updated stylelint) (#7471)

This commit is contained in:
Jaco Greeff 2018-01-05 12:48:35 +01:00 committed by GitHub
parent 855c1126a4
commit ce69c4e6ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 6 deletions

View File

@ -72,20 +72,17 @@ $statusHeight: 2.75em;
.health,
.pending {
/* Same as default line-height, i.e. item same as text following */
height: 1.4285rem;
height: 1.4285rem; /* Same as default line-height, i.e. item same as text following */
}
.health {
> span {
height: 100%;
/* re-instate the original margin, no negative offset */
margin-top: 0.2em;
margin-top: 0.2em; /* re-instate the original margin, no negative offset */
width: auto;
> span {
/* default vertical alignment */
vertical-align: baseline;
vertical-align: baseline; /* default vertical alignment */
}
}
}