Steps to reproduce
Go to https://en.m.wikipedia.org/wiki/Dog
Scroll to Ecology > Range
Expected results
Margins above and below the list should be equivalent.
Actual results
Bottom margin is too short.
It seems to have something to do with:
.content li:last-child {
margin-bottom: inherit;
}I'm not sure where it's inheriting that 0px bottom-margin from, but if the margin-bottom is set to 16px the correct behaviour is present.
QA Results - Prod
| AC | Status | Details |
|---|---|---|
| 1 | ✅ | T358808#9686738 |




