@mp-lb/mdkit 0.3.6 → 0.3.7

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 +10 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mp-lb/mdkit",
3
- "version": "0.3.6",
3
+ "version": "0.3.7",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
package/src/styles.css CHANGED
@@ -387,7 +387,16 @@
387
387
  .mp-lb-mdkit-markdown-editor-fill-height.mp-lb-mdkit-markdown-editor-document-margins
388
388
  .mp-lb-mdkit-tiptap {
389
389
  box-sizing: border-box;
390
- padding-block: var(--mp-lb-mdkit-document-margin-block);
390
+ padding-block-start: var(--mp-lb-mdkit-document-margin-block);
391
+ }
392
+
393
+ .mp-lb-mdkit-markdown-editor-fill-height.mp-lb-mdkit-markdown-editor-document-margins
394
+ .mp-lb-mdkit-tiptap::after {
395
+ content: "";
396
+ display: block;
397
+ min-height: var(--mp-lb-mdkit-document-margin-block);
398
+ flex: 0 0 var(--mp-lb-mdkit-document-margin-block);
399
+ pointer-events: none;
391
400
  }
392
401
 
393
402
  .mp-lb-mdkit-markdown-view.mp-lb-mdkit-markdown-editor-fill-height