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 b3530d6 commit 7ec37f6Copy full SHA for 7ec37f6
unpacked/jax/output/CommonHTML/jax.js
@@ -1755,8 +1755,7 @@
1755
node.parentNode.style.minWidth = this.CHTML.mwidth||CHTML.Em(this.CHTML.w);
1756
node.parentNode.className = "mjx-full-width "+node.parentNode.className;
1757
node.style.width = this.CHTML.pwidth;
1758
- }
1759
- if (!this.isMultiline && this.Get("display") === "block") {
+ } else if (!this.isMultiline && this.Get("display") === "block") {
1760
var values = this.getValues("indentalignfirst","indentshiftfirst","indentalign","indentshift");
1761
if (values.indentalignfirst !== MML.INDENTALIGN.INDENTALIGN) values.indentalign = values.indentalignfirst;
1762
if (values.indentalign === MML.INDENTALIGN.AUTO) values.indentalign = CONFIG.displayAlign;
0 commit comments