I see that recently someone fixed the line height issues caused by references in the <sup> elements.
This was done by setting
sup.reference { line-height: 0; }
I propose changing this to
sub, sup { line-height: 1; }
This is the same that the Desktop version uses as well and was reached after long investigations over multiple years as the best solution and was then moved from en.wp into our MediaWiki styles. If we use it on desktop, might as well use it in print as well.
There should be no difference between 0 or 1 (as font size multiplied by 0 is invalid and falls back to multiply by 1 [or user-agent default]).