Skip to content

Commit 7f1afcc

Browse files
committed
Add comments request by Volker
1 parent d8e3912 commit 7f1afcc

File tree

1 file changed

+5
-0
lines changed
  • mathjax3-ts/output/chtml/Wrappers

1 file changed

+5
-0
lines changed

mathjax3-ts/output/chtml/Wrappers/msqrt.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,11 @@ export class CHTMLmsqrt extends CHTMLWrapper {
158158
surd.toCHTML(SURD);
159159
base.toCHTML(BASE);
160160
if (surd.size < 0) {
161+
//
162+
// size < 0 means surd is multi-character. The angle glyph at the
163+
// top is hard to align with the horizontal line, so overlap them
164+
// using CSS.
165+
//
161166
SQRT.classList.add('mjx-tall');
162167
}
163168
}

0 commit comments

Comments
 (0)