Merge "Truncate long usernames with an ellipsis"

This commit is contained in:
jenkins-bot 2024-02-08 19:23:53 +00:00 committed by Gerrit Code Review
commit a96dcb1099

View file

@ -98,9 +98,13 @@
} }
} }
//User-page link in personal (overflow) menu. /**
* User-page link in personal (overflow) menu.
*/
#pt-userpage-2 { #pt-userpage-2 {
max-width: unit( 155 / @font-size-browser / @font-size-user-links, em ); max-width: unit( 155 / @font-size-browser / @font-size-user-links, em );
overflow: hidden;
text-overflow: ellipsis;
a:not( .mw-selflink ) { a:not( .mw-selflink ) {
// T312157 Override redlink (.new) color for non-existant userpage // T312157 Override redlink (.new) color for non-existant userpage