Skip to content

Commit

Permalink
Merge pull request #532 from beeminder/math-spacing
Browse files Browse the repository at this point in the history
fix line height for mjx-math in posts
  • Loading branch information
lcflight authored Oct 14, 2024
2 parents 861e4a6 + 848c792 commit 6029fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
box-sizing: border-box;
}

*:not(h1, h2, h3, h4, h5) {
*:not(h1, h2, h3, h4, h5, mjx-math *) {
line-height: var(--line-height);
}

Expand Down

0 comments on commit 6029fa3

Please sign in to comment.