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

Fix css lint (updated stylelint) #7471

Merged
merged 1 commit into from
Jan 5, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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