Apply <sup> styling to Parsoid refs as well

Currently they are 0.8em, instead of 0.75em.

Change-Id: Ieb91c1251839ff4bb54451aae69af9fb88322219
This commit is contained in:
Ed Sanders 2019-02-09 14:10:52 +00:00
parent 578eb28966
commit cc727b9c11

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;