File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
unpacked/jax/output/HTML-CSS Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2882
2882
if ( values . indentalign === MML . INDENTALIGN . AUTO ) { values . indentalign = this . displayAlign }
2883
2883
if ( values . indentshiftfirst !== MML . INDENTSHIFT . INDENTSHIFT ) { values . indentshift = values . indentshiftfirst }
2884
2884
if ( values . indentshift === "auto" ) { values . indentshift = "0" }
2885
- var shift = HTMLCSS . length2em ( values . indentshift , 1 , HTMLCSS . cwidth ) ;
2885
+ var shift = HTMLCSS . length2em ( values . indentshift , 1 , HTMLCSS . scale * HTMLCSS . cwidth ) ;
2886
2886
if ( this . displayIndent !== "0" ) {
2887
- var indent = HTMLCSS . length2em ( this . displayIndent , 1 , HTMLCSS . cwidth ) ;
2887
+ var indent = HTMLCSS . length2em ( this . displayIndent , 1 , HTMLCSS . scale * HTMLCSS . cwidth ) ;
2888
2888
shift += ( values . indentalign === MML . INDENTALIGN . RIGHT ? - indent : indent ) ;
2889
2889
}
2890
2890
node . style . textAlign = values . indentalign ;
You can’t perform that action at this time.
0 commit comments