mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-15 02:13:49 +00:00
cb79cbb010
Note: This menu already has text-overflow: ellipsis, but didn't have a max-width applied. Bug: T287522 Change-Id: I51fd7f4b822410190290bef6c962997bb5e47e4f
11 lines
275 B
Plaintext
11 lines
275 B
Plaintext
@import '../../minerva.less/minerva.variables.less';
|
|
|
|
// The list that opens underneath the button.
|
|
.minerva-user-menu-list {
|
|
top: 100%;
|
|
right: -@icon-padding-md;
|
|
min-width: 200px;
|
|
max-width: unit( 350px / @font-size-browser, em );
|
|
border-radius: @border-radius-base;
|
|
}
|