Add hacky left margin to superscripts

Auditors: emily, eater
This commit is contained in:
Ben Alpert 2014-01-13 19:09:14 -08:00
parent 1dee172e5d
commit 538beaf737

View File

@ -179,6 +179,10 @@ big parens
.baseline-align-hack-outer;
text-align: left;
// The rendering of $y'$, for example, looks bad without this.
// TODO(alpert): Obviously incorrect. Figure out the proper fix here.
margin-left: 0.1em;
.msup,
.msub {
.baseline-align-hack-middle;