fix: Improve behavior of LaTeX at small screensizes, closes #8032

This commit is contained in:
Tom Moor
2024-11-29 11:20:01 -05:00
parent b2d6c40ea8
commit d66f41c854
+2
View File
@@ -52,6 +52,8 @@ const mathStyle = (props: Props) => css`
font-size: 0.95em;
font-family: ${props.theme.fontFamilyMono};
cursor: auto;
white-space: pre-wrap;
overflow-x: auto;
}
.math-node.empty-math .math-render::before {