Work around wrong baseline for math tags resulting from an overzealous contain optimization that became active in Chrome 71. Fixes #96.

This commit is contained in:
Ludwig Schubert
2018-12-17 13:17:32 -08:00
parent 84c400184d
commit 7e240ddf4f
+1 -1
View File
@@ -227,7 +227,7 @@ d-figure {
/* KaTeX */
.katex, .katex-prerendered {
contain: content;
contain: style;
display: inline-block;
}