Skip to content

Commit

Permalink
Merge pull request #475 from mathjax/issue2400
Browse files Browse the repository at this point in the history
Fix problem with horizontal stretchy extenders.  (mathjax/MathJax#2400).
  • Loading branch information
dpvc authored Apr 10, 2020
2 parents 156d4aa + f7f18cf commit b76bf54
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 b76bf54

Please sign in to comment.