Skip to content

Commit f7f18cf

Browse files
committed
Fix problem with horizontal stretchy extenders. (mathjax/MathJax#2400).
1 parent e84c507 commit f7f18cf

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

Lines changed: 1 addition & 0 deletions
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)