Skip to content

Commit

Permalink
Latex expression inline support
Browse files Browse the repository at this point in the history
  • Loading branch information
harunollyo committed Aug 7, 2023
1 parent 56a91ae commit 28b11df
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/scss/front/course-spotlight/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,14 @@
}
@import './quiz';
}

/**
* Latex disply inline support.
* @since 2.2.4
*/
mjx-container, .MathJax_Display {
display: inline!important;
}
}

@import './spotlight';
Expand Down

0 comments on commit 28b11df

Please sign in to comment.