Skip to content

Commit

Permalink
Fix problem with horizontal stretchy extenders. (mathjax/MathJax#2400).
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvc committed Apr 10, 2020
1 parent e84c507 commit f7f18cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ts/output/chtml/Wrappers/mo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export class CHTMLmo<N, T, D> extends CommonMoMixin<CHTMLConstructor<any, any, a
transform: 'scalex(1.0000001)' // improves blink positioning
},
'mjx-stretchy-h > * > mjx-c::before': {
display: 'inline-block',
padding: '.001em 0', // for blink
width: 'initial'
},
Expand Down

0 comments on commit f7f18cf

Please sign in to comment.