fix: Missizing of math (#10494)

This commit is contained in:
Tom Moor
2025-10-28 13:13:39 +01:00
committed by GitHub
parent 5035ad2027
commit cc6d2dc471
-2
View File
@@ -51,7 +51,6 @@ const mathStyle = (props: Props) => css`
.math-node {
min-width: 1em;
min-height: 1em;
font-size: 0.95em;
font-family: ${props.theme.fontFamilyMono};
cursor: auto;
white-space: pre-wrap;
@@ -96,7 +95,6 @@ const mathStyle = (props: Props) => css`
math-inline .math-render {
display: inline-block;
font-size: 0.85em;
}
math-inline .math-src .ProseMirror {