Skip to content

Commit

Permalink
TINY-10890: Added inline-block display for tiny-math-inline (#9604)
Browse files Browse the repository at this point in the history
  • Loading branch information
spocke committed Apr 30, 2024
1 parent 1b8e094 commit 0216c02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/oxide/src/less/theme/content/math/math.less
Expand Up @@ -10,4 +10,8 @@ tiny-math-block {
justify-content: center;
margin: @math-margin;
}

tiny-math-inline {
display: inline-block;
}
/* stylelint-enable selector-type-no-unknown */

0 comments on commit 0216c02

Please sign in to comment.