Bubble percentage widths up while line breaking in CHTML. Resolves issue #1441.
This commit is contained in:
parent
5fc8bc2add
commit
715dadf23a
|
@ -348,6 +348,7 @@ MathJax.Hub.Register.StartupHook("CommonHTML Jax Ready",function () {
|
|||
//
|
||||
var node = this.CHTMLnodeElement();
|
||||
line.appendChild(node);
|
||||
if (this.CHTML.pwidth && !line.style.width) line.style.width = this.CHTML.pwidth;
|
||||
//
|
||||
// If it is last, remove right margin
|
||||
// If it is first, remove left margin
|
||||
|
|
Loading…
Reference in New Issue
Block a user