We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e281511 commit bbb5f60Copy full SHA for bbb5f60
unpacked/jax/output/NativeMML/jax.js
@@ -1334,7 +1334,7 @@
1334
nMML.ffTableWidthBug = !browser.versionAtLeast("13.0"); // <mtable width="xx"> not implemented
1335
nMML.forceReflow = !is29; // <mtable> with alignments set don't display properly without a reflow
1336
nMML.widthBug = !is29; // <math> elements don't always get the correct width
1337
- nMML.mtdWidthBug = !is29; // <mtd> widths not properly determined
+ nMML.mtdWidthBug = true; // <mtd> widths not properly determined
1338
nMML.handlesVariants = is29; // FF >=29 handles all math variants
1339
1340
// In Firefox < 20, the intrinsic width of <mspace> is not computed
0 commit comments