Skip to content

Commit

Permalink
fix 移动端公式行标乱码
Browse files Browse the repository at this point in the history
  • Loading branch information
tangly1024 committed Jul 24, 2023
1 parent 275a00e commit 14df361
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/notion.css
Original file line number Diff line number Diff line change
Expand Up @@ -1393,6 +1393,10 @@ code[class*='language-'] {
white-space: normal;
}

.katex-display>.katex>.katex-html>.tag {
position: inherit !important;
}

.notion-page-title {
display: inline-flex;
max-width: 100%;
Expand Down

0 comments on commit 14df361

Please sign in to comment.