Merge "Apply <sup> styling to Parsoid refs as well"

This commit is contained in:
jenkins-bot 2019-02-09 19:23:55 +00:00 committed by Gerrit Code Review
commit e79e2202b9
1 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,8 @@ sub {
}
sub,
sup {
sup,
.content .mw-ref {
font-size: 0.75em;
// Avoid line-height issues caused by sup and sub
line-height: 1;