mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 19:58:40 +00:00
Shrink space, make exponents look more reasonable
Test Plan: $x' x^2$
This commit is contained in:
@@ -181,7 +181,7 @@ big parens
|
|||||||
|
|
||||||
// The rendering of $y'$, for example, looks bad without this.
|
// The rendering of $y'$, for example, looks bad without this.
|
||||||
// TODO(alpert): Obviously incorrect. Figure out the proper fix here.
|
// TODO(alpert): Obviously incorrect. Figure out the proper fix here.
|
||||||
margin-left: 0.1em;
|
margin-left: 0.05em;
|
||||||
|
|
||||||
.msup,
|
.msup,
|
||||||
.msub {
|
.msub {
|
||||||
|
Reference in New Issue
Block a user