I'm seeing this problem commonly on stable:
That's on the Carnism article. The edit icon is pushed down and overlaps the border for the header even though it appears there is plenty of room for it on the line with the header.
kaldari | |
Jul 8 2015, 3:54 AM |
F190248: photo.PNG | |
Jul 8 2015, 3:54 AM |
I'm seeing this problem commonly on stable:
That's on the Carnism article. The edit icon is pushed down and overlaps the border for the header even though it appears there is plenty of room for it on the line with the header.
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Correctly place the edit (pencil) icons for sections | mediawiki/extensions/MobileFrontend | master | +25 -11 |
It looks like there are 2 issues. First the icon anchor should probably come before the mw-headline span in the DOM (so that it doesn't get pushed down), and second, the span shouldn't have that huge right-padding on it. It seems weird that it's currently built the way it is. Did this change recently?
See carnism article https://en.m.wikipedia.org/wiki/Carnism?mobileaction=beta with a width of 350px for the viewport. Reproducible everywhere.
Having trouble getting my new dev environment working, so I'd better let someone else take this for now...
Change 223769 had a related patch set uploaded (by Bmansurov):
Correctly place the edit (pencil) icons for sections
@kaldari to answer your question, yes that code changed recently. I added some explanation in the commit message.
Change 223769 merged by jenkins-bot:
Correctly place the edit (pencil) icons for sections