commit a33fa4fd646994484ce9d4335e5d2f8d4ccc274d parent d2079a6c9c282225319548ccc7d060fd899655fa Author: Kevin Barabash <kevinb7@gmail.com> Date: Mon, 7 Mar 2016 00:07:25 -0800 Merge pull request #448 from Khan/fix-centered-subsuperscripts Fix sub- and super-scripts not being centered inside of display math Diffstat:
| M | static/katex.less | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/static/katex.less b/static/katex.less @@ -10,6 +10,7 @@ > .katex { display: inline-block; + text-align: initial; } }