Skip to content

Commit b76bf54

Browse files
authored
Merge pull request #475 from mathjax/issue2400
Fix problem with horizontal stretchy extenders. (mathjax/MathJax#2400).
2 parents 156d4aa + f7f18cf commit b76bf54

File tree

1 file changed

+1
-0
lines changed
  • ts/output/chtml/Wrappers

1 file changed

+1
-0
lines changed

ts/output/chtml/Wrappers/mo.ts

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export class CHTMLmo<N, T, D> extends CommonMoMixin<CHTMLConstructor<any, any, a
5454
transform: 'scalex(1.0000001)' // improves blink positioning
5555
},
5656
'mjx-stretchy-h > * > mjx-c::before': {
57+
display: 'inline-block',
5758
padding: '.001em 0', // for blink
5859
width: 'initial'
5960
},

0 commit comments

Comments
 (0)