Skip to content

Commit

Permalink
fix line height for mjx-math in posts
Browse files Browse the repository at this point in the history
  • Loading branch information
lcflight committed Oct 14, 2024
1 parent 861e4a6 commit 848c792
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 848c792

Please sign in to comment.