Compare commits

...

2 Commits

Author SHA1 Message Date
Tom Moor ecd4e9371f fix: Overflow on math blocks 2025-04-21 16:18:43 -03:00
Tom Moor 2b07f412e2 fix: Image caption is not correctly centered on full-width image (#9013) 2025-04-18 19:31:36 -04:00
+3 -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;
@@ -707,6 +708,7 @@ img.ProseMirror-separator {
resize: none;
user-select: text;
margin: 0 auto !important;
max-width: 100vw;
}
.ProseMirror[contenteditable="false"] {