We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d4a843 commit ce6b729Copy full SHA for ce6b729
unpacked/jax/output/CommonHTML/jax.js
@@ -1748,7 +1748,7 @@
1748
if (alttext && !node.getAttribute("aria-label")) node.setAttribute("aria-label",alttext);
1749
if (this.CHTML.pwidth) {
1750
node.parentNode.style.minWidth = this.CHTML.mwidth||CHTML.Em(this.CHTML.w);
1751
- node.parentNode.className += " mjx-full-width";
+ node.parentNode.className = "mjx-full-width "+node.parentNode.className;
1752
} else if (!this.isMultiline && this.Get("display") === "block") {
1753
var values = this.getValues("indentalignfirst","indentshiftfirst","indentalign","indentshift");
1754
if (values.indentalignfirst !== MML.INDENTALIGN.INDENTALIGN) values.indentalign = values.indentalignfirst;
0 commit comments