From 7e240ddf4f15748b74aa162ce0c00c60699e9027 Mon Sep 17 00:00:00 2001 From: Ludwig Schubert Date: Mon, 17 Dec 2018 13:17:32 -0800 Subject: [PATCH] Work around wrong baseline for math tags resulting from an overzealous contain optimization that became active in Chrome 71. Fixes #96. --- src/styles/d-article.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/d-article.css b/src/styles/d-article.css index ad11aae..95a0dbe 100644 --- a/src/styles/d-article.css +++ b/src/styles/d-article.css @@ -227,7 +227,7 @@ d-figure { /* KaTeX */ .katex, .katex-prerendered { - contain: content; + contain: style; display: inline-block; }