Compare commits

..

1 Commits

Author SHA1 Message Date
Tom Moor cd09b0b944 fix: Image caption is not correctly centered on full-width image 2025-04-18 20:17:02 -03:00
+1 -2
View File
@@ -128,7 +128,6 @@ const mathStyle = (props: Props) => css`
math-block .math-src .ProseMirror {
width: 100%;
display: block;
outline: none;
}
math-block .katex-display {
@@ -335,7 +334,7 @@ width: 100%;
box-sizing: content-box;
}
& > .ProseMirror {
.ProseMirror {
position: relative;
outline: none;
word-wrap: break-word;