mirror of
https://github.com/outline/outline.git
synced 2026-06-13 03:14:59 +03:00
fix: Missizing of math (#10494)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user