Page MenuHomePhabricator

Vector 2022 responsive shows long titles very poorly on small screens, especially with Discussion Tools' "add topic" button"
Closed, ResolvedPublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

Screenshot 2026-03-20 at 13.34.30.png (1×678 px, 159 KB)

What happens?:

  • title unreadable responsiveness not ok

What should have happened instead?:

  • title should be readable and there for elements like language selector should stack underneath or so

Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
Ios safari on iphone 14

Other information (browser name/version, screenshots, etc.):

Event Timeline

Th example above is vector2022 skin.

Minerva skin has other issues....

Screenshot 2026-03-20 at 14.00.16.png (1×1 px, 172 KB)

On vector we could probably touch: https://abstract.wikipedia.org/wiki/MediaWiki:Vector.css but not allowed but maybe reader team should fix it

and add:

@media (max-width: 719px) {
    .vector-page-titlebar .firstHeading {
        flex-basis: 70%;
    }
    .vector-page-titlebar {
        flex-wrap: wrap;
    }
}
DSmit-WMF renamed this task from Multiple pages not correct response and heading/page-title unreadable to Multiple pages not correct responsive and heading/page-title unreadable.Mar 20 2026, 2:16 PM
DSmit-WMF added projects: Upstream, Vector 2022.
Jdforrester-WMF renamed this task from Multiple pages not correct responsive and heading/page-title unreadable to Vector 2022 responsive shows long titles very poorly on small screens, especially with Discussion Tools' "add topic" button".Mar 20 2026, 2:20 PM
Jdforrester-WMF subscribed.

Th example above is vector2022 skin.

Minerva skin has other issues....

Screenshot 2026-03-20 at 14.00.16.png (1×1 px, 172 KB)

Let's keep tasks specific to one issue at a time. I think that's a Discussion Tools issue?

Change #1256419 had a related patch set uploaded (by Daphne Smit; author: Daphne Smit):

[mediawiki/skins/Vector@master] PageTitlebar: make title at least 70% width so language and buttons stack underneath

https://gerrit.wikimedia.org/r/1256419

Change #1256419 merged by jenkins-bot:

[mediawiki/skins/Vector@master] PageTitlebar: make title at least 70% width so language and buttons stack underneath

https://gerrit.wikimedia.org/r/1256419

Jdforrester-WMF assigned this task to DSmit-WMF.

View with the fix:

image.png (1×832 px, 138 KB)