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

View File

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