From fb58ceaea0d860fd5c08d7e9ceb5fe6348f1aab6 Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Mon, 13 Jan 2014 22:57:50 -0800 Subject: [PATCH] Shrink space, make exponents look more reasonable Test Plan: $x' x^2$ --- static/katex.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/katex.less b/static/katex.less index 19fb675..03ad4ca 100644 --- a/static/katex.less +++ b/static/katex.less @@ -181,7 +181,7 @@ big parens // The rendering of $y'$, for example, looks bad without this. // TODO(alpert): Obviously incorrect. Figure out the proper fix here. - margin-left: 0.1em; + margin-left: 0.05em; .msup, .msub {