Merge pull request #1319 from tangly1024/fix/equation-on-mobile

fix 移动端公式行标乱码
This commit is contained in:
tangly1024
2023-07-24 10:36:24 +08:00
committed by GitHub

View File

@@ -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%;