Showing
1 changed file
with
1 additions
and
1 deletions
@@ -717,7 +717,7 @@ class LatexMath extends InlineMd { | @@ -717,7 +717,7 @@ class LatexMath extends InlineMd { | ||
717 | ), | 717 | ), |
718 | ); | 718 | ); |
719 | return WidgetSpan( | 719 | return WidgetSpan( |
720 | - alignment: PlaceholderAlignment.baseline, | 720 | + alignment: PlaceholderAlignment.middle, |
721 | baseline: TextBaseline.alphabetic, | 721 | baseline: TextBaseline.alphabetic, |
722 | child: builder( | 722 | child: builder( |
723 | context, | 723 | context, |
-
Please register or login to post a comment