@mp-lb/mdkit 0.3.4 → 0.3.5
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/package.json +1 -1
- package/src/styles.css +8 -4
package/package.json
CHANGED
package/src/styles.css
CHANGED
|
@@ -353,6 +353,11 @@
|
|
|
353
353
|
flex-direction: column;
|
|
354
354
|
}
|
|
355
355
|
|
|
356
|
+
.mp-lb-mdkit-markdown-editor-fill-height.mp-lb-mdkit-markdown-editor-document-margins
|
|
357
|
+
.mp-lb-mdkit-editor-surface {
|
|
358
|
+
padding-block: 0;
|
|
359
|
+
}
|
|
360
|
+
|
|
356
361
|
.mp-lb-mdkit-markdown-editor-fill-height .mp-lb-mdkit-editor-surface > div {
|
|
357
362
|
display: flex;
|
|
358
363
|
min-height: 0;
|
|
@@ -381,10 +386,9 @@
|
|
|
381
386
|
}
|
|
382
387
|
|
|
383
388
|
.mp-lb-mdkit-markdown-editor-fill-height.mp-lb-mdkit-markdown-editor-document-margins
|
|
384
|
-
.mp-lb-mdkit-tiptap
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
flex: 0 0 var(--mp-lb-mdkit-document-margin-block);
|
|
389
|
+
.mp-lb-mdkit-tiptap {
|
|
390
|
+
box-sizing: border-box;
|
|
391
|
+
padding-block: var(--mp-lb-mdkit-document-margin-block);
|
|
388
392
|
}
|
|
389
393
|
|
|
390
394
|
.mp-lb-mdkit-markdown-view.mp-lb-mdkit-markdown-editor-fill-height
|