-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
When the parent of a math formula has display: inline-flex
something goes wrong with the position of the values in a fraction. Here is a demo
As you can see the values in the denominator are not centralised.
In my case I need to align the formula with surrounding text, which is why I'm using flexbox. Is there an easy fix for this?