Merge "Adjust the reference popup size and enable scollbars"

This commit is contained in:
jenkins-bot 2019-02-12 17:35:55 +00:00 committed by Gerrit Code Review
commit fb738562d4

View file

@ -1,4 +1,4 @@
.mwe-popups-type-reference {
.mwe-popups.mwe-popups-type-reference {
.mwe-popups-title {
margin-top: @popupPadding;
@ -21,6 +21,17 @@
}
}
.mwe-popups-extract {
// Reference previews can be smaller than page preview, where the minimum is two lines.
min-height: @lineHeight;
overflow: auto;
// We don't want footnotes to have a fade-out effect (introduced with T150814).
&:after {
display: none;
}
}
.mwe-popups-read-link {
// Same font size as the read link in disambiguation popups
font-size: 12px;