@mp-lb/mdkit 0.3.8 → 0.3.9

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 +3 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mp-lb/mdkit",
3
- "version": "0.3.8",
3
+ "version": "0.3.9",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
package/src/styles.css CHANGED
@@ -395,11 +395,9 @@
395
395
  }
396
396
 
397
397
  .mp-lb-mdkit-markdown-editor-fill-height.mp-lb-mdkit-markdown-editor-document-margins
398
- .mp-lb-mdkit-document-end-spacer {
399
- display: block;
400
- min-height: var(--mp-lb-mdkit-document-margin-block);
401
- flex: 0 0 var(--mp-lb-mdkit-document-margin-block);
402
- pointer-events: none;
398
+ .mp-lb-mdkit-tiptap
399
+ > :last-child {
400
+ margin-block-end: var(--mp-lb-mdkit-document-margin-block);
403
401
  }
404
402
 
405
403
  .mp-lb-mdkit-markdown-view.mp-lb-mdkit-markdown-editor-fill-height