Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Fix css lint (updated stylelint) (#7471)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Jan 5, 2018
1 parent 855c112 commit ce69c4e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions js/src/Status/status.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
}
}
}
Expand Down

0 comments on commit ce69c4e

Please sign in to comment.