Skip to content

Commit 9c71731

Browse files
committed
Don't use padding for horizontal stretchy extenders. (mathjax/MathJax#3429)
1 parent afaf1ea commit 9c71731

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ts/output/chtml/FontData.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,7 @@ export class ChtmlFontData extends FontData<
583583
padding: this.padding(HDW as ChtmlCharData, w - HDW[2]),
584584
};
585585
if (part === 'ext') {
586+
delete css.padding;
586587
if (!w && options.dx) {
587588
w = 2 * options.dx - 0.06;
588589
}

0 commit comments

Comments
 (0)