While rendering in SVG, mathml input box leaves space to the right
Created by: khalidkadiri
mathjax script tag,
script("https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_SVG")
mathml code,
<script type="math/mml">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mstyle displaystyle="true" mathsize="19px">
<mrow>
<mfrac>
<mrow>
<msup>
<mi>π</mi>
<mn>2</mn>
</msup>
</mrow>
<mrow>
<mrow>
<mo></mo>
<mrow>
<semantics>
<annotation-xml encoding="application/xhtml+xml">
<input xmlns="http://www.w3.org/1999/xhtml" type="text" maxlength="7" style="width:105px" />
</annotation-xml>
</semantics>
</mrow>
<mo></mo>
</mrow>
</mrow>
</mfrac>
<mo>=</mo>
<mrow>
<mo></mo>
<mrow>
<semantics>
<annotation-xml encoding="application/xhtml+xml">
<input xmlns="http://www.w3.org/1999/xhtml" type="text" maxlength="7" style="width:105px" />
</annotation-xml>
</semantics>
</mrow>
<mo></mo>
</mrow>
<mi>w</mi>
</mrow>
</mstyle>
</math>
</script>