Merge "Add max-width to AMC user menu"

This commit is contained in:
jenkins-bot 2021-08-04 16:18:25 +00:00 committed by Gerrit Code Review
commit e8d9407434

View file

@ -5,5 +5,6 @@
top: 100%;
right: -@icon-padding-md;
min-width: 200px;
max-width: unit( 350px / @font-size-browser, em );
border-radius: @border-radius-base;
}