Fix css lint (updated stylelint) (#7471)
This commit is contained in:
parent
855c1126a4
commit
ce69c4e6ea
@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user