@memori.ai/memori-react 8.6.0 → 8.6.1
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/CHANGELOG.md +2 -0
- package/dist/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.css +2 -0
- package/esm/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.css +2 -0
- package/package.json +1 -1
- package/src/components/MemoriArtifactSystem/components/ArtifactPreview/ArtifactPreview.css +2 -0
package/CHANGELOG.md
CHANGED
|
@@ -112,10 +112,12 @@
|
|
|
112
112
|
|
|
113
113
|
/* Markdown Preview */
|
|
114
114
|
.memori-artifact-preview-markdown {
|
|
115
|
+
height: 100%;
|
|
115
116
|
padding: 1rem;
|
|
116
117
|
color: var(--memori-text-color, #333);
|
|
117
118
|
font-family: var(--memori-font-family);
|
|
118
119
|
line-height: 1.6;
|
|
120
|
+
overflow-y: scroll;
|
|
119
121
|
}
|
|
120
122
|
|
|
121
123
|
.memori-artifact-preview-markdown h1,
|
|
@@ -112,10 +112,12 @@
|
|
|
112
112
|
|
|
113
113
|
/* Markdown Preview */
|
|
114
114
|
.memori-artifact-preview-markdown {
|
|
115
|
+
height: 100%;
|
|
115
116
|
padding: 1rem;
|
|
116
117
|
color: var(--memori-text-color, #333);
|
|
117
118
|
font-family: var(--memori-font-family);
|
|
118
119
|
line-height: 1.6;
|
|
120
|
+
overflow-y: scroll;
|
|
119
121
|
}
|
|
120
122
|
|
|
121
123
|
.memori-artifact-preview-markdown h1,
|
package/package.json
CHANGED
|
@@ -112,10 +112,12 @@
|
|
|
112
112
|
|
|
113
113
|
/* Markdown Preview */
|
|
114
114
|
.memori-artifact-preview-markdown {
|
|
115
|
+
height: 100%;
|
|
115
116
|
padding: 1rem;
|
|
116
117
|
color: var(--memori-text-color, #333);
|
|
117
118
|
font-family: var(--memori-font-family);
|
|
118
119
|
line-height: 1.6;
|
|
120
|
+
overflow-y: scroll;
|
|
119
121
|
}
|
|
120
122
|
|
|
121
123
|
.memori-artifact-preview-markdown h1,
|