Created
February 21, 2017 19:30
-
-
Save Rokt33r/46f20b604ae3884276183b323c41e4d2 to your computer and use it in GitHub Desktop.
KaTeX temporary fix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Temporary fix for \frac and subscript */ | |
.katex .frac-line { | |
top: 0.85em; | |
position: relative; | |
} | |
.katex .reset-textstyle.scriptstyle { | |
top: 0.4em; | |
position: relative; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check Here why this is needed.
Before applying
After applying