@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.
Files changed (2) hide show
  1. package/dist/index.es.js +2 -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: 100%;
142405
+ max-width: 720px;
142406
142406
  height: auto;
142407
- margin: 16px 0;
142407
+ margin: 16px auto;
142408
142408
  }
142409
142409
 
142410
142410
  /* Code blocks */
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/ddoc",
3
3
  "private": false,
4
4
  "description": "DDoc",
5
- "version": "2.1.0-patch-10",
5
+ "version": "2.1.0-patch-11",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {