Merge pull request #448 from Khan/fix-centered-subsuperscripts

Fix sub- and super-scripts not being centered inside of display math
This commit is contained in:
Kevin Barabash 2016-03-07 00:07:25 -08:00
commit a33fa4fd64

View File

@ -10,6 +10,7 @@
> .katex {
display: inline-block;
text-align: initial;
}
}