From 292bd0e31d0849395776aac85c0cfe8e136e4e93 Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Tue, 19 Apr 2022 18:11:55 -0400 Subject: [PATCH] Include CSS to reset border-collapse in CHTML output. (mathjax/MathJax#2861) --- ts/output/chtml/Wrappers/math.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/output/chtml/Wrappers/math.ts b/ts/output/chtml/Wrappers/math.ts index 5f44937f8..7f9465ec0 100644 --- a/ts/output/chtml/Wrappers/math.ts +++ b/ts/output/chtml/Wrappers/math.ts @@ -57,6 +57,7 @@ CommonMathMixin>(CHTMLWrapper) { 'font-size': '100%', 'font-size-adjust': 'none', 'letter-spacing': 'normal', + 'border-collapse': 'collapse', 'word-wrap': 'normal', 'word-spacing': 'normal', 'white-space': 'nowrap',