mediawiki-skins-MinervaNeue/includes/Menu
Nicholas Ray 46ac6048d7 Use text-overflow: ellipsis on .mw-ui-icon-before span elements
Placing the text overflow on the span instead of the anchor element
prevents issues like T287522#7272991 from occurring.

Additionally:

* Uses the `text-overflow` mixin on every toggle list item label instead
of just the user link item as it simplifies the logic and presumably
we'd want any text that overflows the menu to be handled the same.

* Changes the anchor element to use flexbox/align-items to vertically
center instead of relying on `vertical-align` both the span and the
icon. Eventually, this should be put into core (see
I029f97ba9d5e7f46c8aa175d9a6bbb45ef9615df) but we have to remove all the
overrides that use vertical-align first.

Bug: T287522
Change-Id: Ie0fbff9dfaf8444c76125df52931a687730b4ad1
2021-08-12 14:04:46 -06:00
..
Entries Use text-overflow: ellipsis on .mw-ui-icon-before span elements 2021-08-12 14:04:46 -06:00
Main Use User->isRegistered(), not deprecated isLoggedIn() 2020-12-17 19:09:15 -08:00
PageActions Menu: Add "unprotect" action when current user is an admin 2021-06-30 20:51:57 +01:00
User Naming convention using 'skin' as entrance point 2020-05-29 14:32:12 -07:00
Definitions.php Use ::class for class name 2021-04-08 20:58:17 +02:00
Group.php build: Updating composer dependencies 2021-05-04 12:26:23 +00:00