.mwe-popups.mwe-popups-type-reference { .mwe-popups-title { margin-top: @popupPadding; .mw-ui-icon { vertical-align: middle; &.mw-ui-icon-element { min-width: @iconSize; width: @iconSize; &:before { margin: 0; } } &.mw-ui-icon-reference-generic { /* align narrow icon with the text */ margin-left: -2px; } } } .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; } }