Limit user dropdown link to 48px

Bug: T319070
Change-Id: I483e728870c059a1945d3dc4f395f04250b29cc7
This commit is contained in:
Jon Robson 2022-10-21 17:07:26 -07:00 committed by Jdlrobson
parent 2164b6ef95
commit f94e386f85

View file

@ -30,6 +30,13 @@
.mw-list-item {
margin: 0;
}
// T319070
.mw-portlet-personal {
.vector-feature-visual-enhancement-next-enabled & {
width: unit( 48 / @font-size-browser / @font-size-user-links, em );
}
}
}
/**