fix: math overflow styles

This commit is contained in:
Yidadaa 2023-03-15 02:00:06 +08:00
parent 7a1bcac8bf
commit 5f7856cc31

View File

@ -415,6 +415,7 @@
.markdown-body p { .markdown-body p {
margin-top: 0; margin-top: 0;
margin-bottom: 10px; margin-bottom: 10px;
overflow: auto;
} }
.markdown-body blockquote { .markdown-body blockquote {