Add missing mu value to length2em
This commit is contained in:
parent
eb99398f07
commit
c1ab395327
File diff suppressed because one or more lines are too long
|
@ -76,7 +76,7 @@ MathJax.Hub.Register.StartupHook("HTML-CSS Jax Ready",function () {
|
|||
);
|
||||
if (VALUES.linebreakstyle === MML.LINEBREAKSTYLE.INFIXLINEBREAKSTYLE)
|
||||
{VALUES.linebreakstyle = this.Get("infixlinebreakstyle")}
|
||||
VALUES.lineleading = HTMLCSS.length2em(VALUES.lineleading,0.5);
|
||||
VALUES.lineleading = HTMLCSS.length2em(VALUES.lineleading,1,0.5);
|
||||
|
||||
//
|
||||
// Remove old color and break the span at its best line breaks
|
||||
|
|
Loading…
Reference in New Issue
Block a user