Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8"/>
<title>Padding/border/margin on mroot (reference)</title>
<style>
  @font-face {
    font-family: RadicalFont;
    src: url("/fonts/math/radical-kernafterdegreeminus5000-rulethickness1000.woff");
  }
  mroot {
    font-family: RadicalFont;
  }
</style>
<math>
  <mrow style="border: 30px solid blue; padding: 20px;">
    <mroot style="color: gray">
      <mspace width="120px" height="60px" depth="60px"></mspace>
      <mspace width="30px" height="15px" depth="15px"></mspace>
    </mroot>
  </mrow>
</math>