mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 19:58:40 +00:00
Add hacky left margin to superscripts
Auditors: emily, eater
This commit is contained in:
@@ -179,6 +179,10 @@ big parens
|
|||||||
.baseline-align-hack-outer;
|
.baseline-align-hack-outer;
|
||||||
text-align: left;
|
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,
|
.msup,
|
||||||
.msub {
|
.msub {
|
||||||
.baseline-align-hack-middle;
|
.baseline-align-hack-middle;
|
||||||
|
Reference in New Issue
Block a user