@mp-lb/mdkit 0.3.5 → 0.3.6

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/package.json +1 -1
  2. package/src/styles.css +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mp-lb/mdkit",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
package/src/styles.css CHANGED
@@ -380,9 +380,8 @@
380
380
  }
381
381
 
382
382
  .mp-lb-mdkit-markdown-editor-fill-height .mp-lb-mdkit-tiptap {
383
- height: 100%;
384
383
  min-height: 100%;
385
- flex: 1 1 auto;
384
+ flex: 0 0 auto;
386
385
  }
387
386
 
388
387
  .mp-lb-mdkit-markdown-editor-fill-height.mp-lb-mdkit-markdown-editor-document-margins