diff --git a/unpacked/jax/output/NativeMML/jax.js b/unpacked/jax/output/NativeMML/jax.js index ec9fdd293..7a1212e6b 100644 --- a/unpacked/jax/output/NativeMML/jax.js +++ b/unpacked/jax/output/NativeMML/jax.js @@ -1334,7 +1334,7 @@ nMML.ffTableWidthBug = !browser.versionAtLeast("13.0"); // not implemented nMML.forceReflow = !is29; // with alignments set don't display properly without a reflow nMML.widthBug = !is29; // elements don't always get the correct width - nMML.mtdWidthBug = !is29; // widths not properly determined + nMML.mtdWidthBug = true; // widths not properly determined nMML.handlesVariants = is29; // FF >=29 handles all math variants // In Firefox < 20, the intrinsic width of is not computed