Compare commits

...

1 Commits

Author SHA1 Message Date
Tom Moor ecd4e9371f fix: Overflow on math blocks 2025-04-21 16:18:43 -03:00
+2 -1
View File
@@ -128,6 +128,7 @@ const mathStyle = (props: Props) => css`
math-block .math-src .ProseMirror {
width: 100%;
display: block;
outline: none;
}
math-block .katex-display {
@@ -334,7 +335,7 @@ width: 100%;
box-sizing: content-box;
}
.ProseMirror {
& > .ProseMirror {
position: relative;
outline: none;
word-wrap: break-word;