Skip to content

Commit

Permalink
Merge pull request #187 from yandex-cloud/ngorin/ORION-1843-sup-line-…
Browse files Browse the repository at this point in the history
…height

fix: sup, sub line-height
  • Loading branch information
3y3 authored Nov 1, 2022
2 parents 2fa7df8 + 291fac7 commit 14a090e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/scss/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,10 @@
white-space: pre;
}

sup, sub {
line-height: 0;
}

// highlight.js colors
--yfm-color-hljs-background: #{$codeBackgroundColor};
--yfm-color-hljs-subst: #444;
Expand Down

0 comments on commit 14a090e

Please sign in to comment.