Page MenuHomePhabricator

Use fixed column size in mentee overview module
Closed, ResolvedPublic

Description

As of now, when an user uses pagination in mentee overview module (or sets some filters/sorts), the columns dance around a bit, as the browser triest to best accomodate for currently displayed ten mentees.

This can be likely fixed by applying table-layout: fixed; and increasing username column width a bit to make the table look like it is supposed to look.

Event Timeline

Change 719510 had a related patch set uploaded (by Urbanecm; author: Urbanecm):

[mediawiki/extensions/GrowthExperiments@master] Mentee overview: Use fixed column size

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

Change 719510 merged by jenkins-bot:

[mediawiki/extensions/GrowthExperiments@master] Mentee overview: Use fixed column size

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

Etonkovidova subscribed.

Checked in betalabs - works as expected; the fix has the great positive effect on the headers icons - they don't move horizontally anymore which was the case when the username columns changed the size.

Checked on`testwiki wmf.23` (also with RTL lang preference) - works as expected.