Merge "Move scrollbar for longer references to the right"

This commit is contained in:
jenkins-bot 2020-10-28 10:20:58 +00:00 committed by Gerrit Code Review
commit 1f28739cd0

View file

@ -27,6 +27,7 @@
}
.mwe-popups-extract {
margin-right: 0;
margin-bottom: 2.75 * @lineHeight;
// Reference previews should have a "lighter" appearence than page previews, where the
// maximum is 7 lines.
@ -59,6 +60,7 @@
.mw-parser-output {
max-height: inherit;
overflow: auto;
padding-right: @popupPadding;
}
}