Skip to content

Commit

Permalink
Fix: math function is not displaying properly. Close Akegarasu#19 (Ak…
Browse files Browse the repository at this point in the history
  • Loading branch information
remiliacn authored Mar 21, 2023
1 parent e2e9af2 commit 234b0c7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,12 @@

.app {
max-width: 100% !important;
}

.math.inline > span {
display: none;
}

.math.inline > svg {
display: inline;
}

0 comments on commit 234b0c7

Please sign in to comment.