Add hacky left margin to superscripts
Auditors: emily, eater
This commit is contained in:
parent
1dee172e5d
commit
538beaf737
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user