Merge "Set height of ellipsis button to fix MenuWidget position"

This commit is contained in:
jenkins-bot 2022-06-29 15:00:49 +00:00 committed by Gerrit Code Review
commit 9a531f1c68

View file

@ -351,6 +351,8 @@ span[ data-mw-comment-start ] {
// stylelint-disable-next-line declaration-property-unit-disallowed-list
font-size: 14px;
margin-right: -5px;
// Fix height so MenuWidget appears in the correct place with wrapped text (T311558)
height: 32px;
}
&-metadata {