Skip to content

Commit

Permalink
Merge pull request #606 from digabi/fix/math-stub-vertical-align
Browse files Browse the repository at this point in the history
Align math images vertically centered with text
  • Loading branch information
heeboA authored Nov 4, 2024
2 parents 2037730 + fd77c37 commit e2b0aa2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/components/math-editor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ const Error = styled.span`
`

const MathImage = styled.img`
padding: 3px 10px;
margin: 5px 0;
vertical-align: middle;
`

const MathEditorElement = styled.div`
Expand Down

0 comments on commit e2b0aa2

Please sign in to comment.