mathquill / mathquill

Easily type math in your webapp
http://mathquill.com
Mozilla Public License 2.0
2.61k stars 687 forks source link

The brackets in the numerator overlap the line in the fraction #1036

Open pkol92 opened 7 months ago

pkol92 commented 7 months ago

The brackets in the numerator overlap the line in the fraction if there is another fraction in the numerator. It's look not so well, so maybe changing paddings in the .mq-numerator will fix it.

fraction
pkol92 commented 7 months ago

And I checked that a better working solution is to change transform-origin in .mq-paren (in my case I overwrite it for transform-origin: center 0.15em; )