Merge pull request #218 from TBRSS/master
Protect elements inside .katex from inheriting text-indent.
This commit is contained in:
commit
e239f6cc84
|
@ -15,6 +15,9 @@
|
|||
line-height: 1.2;
|
||||
white-space: nowrap;
|
||||
|
||||
// Protect elements inside .katex from inheriting text-indent.
|
||||
text-indent: 0;
|
||||
|
||||
.katex-html {
|
||||
// Making .katex inline-block allows line breaks before and after,
|
||||
// which is undesireable ("to $x$,"). Instead, adjust the .katex-html
|
||||
|
|
Loading…
Reference in New Issue
Block a user