fix: Image caption is not correctly centered on full-width image (#9013)

This commit is contained in:
Tom Moor
2025-04-18 19:31:36 -04:00
committed by GitHub
parent 65bb3b11f3
commit 2b07f412e2
+1
View File
@@ -707,6 +707,7 @@ img.ProseMirror-separator {
resize: none;
user-select: text;
margin: 0 auto !important;
max-width: 100vw;
}
.ProseMirror[contenteditable="false"] {