Skip to content

Commit

Permalink
Include CSS to reset border-collapse in CHTML output. (mathjax/MathJa…
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvc committed Apr 19, 2022
1 parent f924d35 commit 292bd0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ts/output/chtml/Wrappers/math.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ CommonMathMixin<CHTMLConstructor<any, any, any>>(CHTMLWrapper) {
'font-size': '100%',
'font-size-adjust': 'none',
'letter-spacing': 'normal',
'border-collapse': 'collapse',
'word-wrap': 'normal',
'word-spacing': 'normal',
'white-space': 'nowrap',
Expand Down

0 comments on commit 292bd0e

Please sign in to comment.