@fileverse-dev/ddoc 2.1.0-patch-10 → 2.1.0-patch-11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +2 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -142402,9 +142402,9 @@ const f6t = (t) => {
|
|
142402
142402
|
|
142403
142403
|
/* Images */
|
142404
142404
|
.ProseMirror img {
|
142405
|
-
max-width:
|
142405
|
+
max-width: 720px;
|
142406
142406
|
height: auto;
|
142407
|
-
margin: 16px
|
142407
|
+
margin: 16px auto;
|
142408
142408
|
}
|
142409
142409
|
|
142410
142410
|
/* Code blocks */
|