mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
fix: Improve behavior of LaTeX at small screensizes, closes #8032
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user