qt-ui-kit 1.0.21 → 1.0.22
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -15208,7 +15208,7 @@ function PreviewCard({
|
|
|
15208
15208
|
subjectLine && /* @__PURE__ */ jsx18(SubjectLineRow, { text: subjectLine }),
|
|
15209
15209
|
/* @__PURE__ */ jsx18(MetadataRow, { metadata })
|
|
15210
15210
|
] }),
|
|
15211
|
-
/* @__PURE__ */ jsx18("div", { className: "bg-white flex flex-none flex-col gap-2 h-[136px] wrap-anywhere rounded-2xl text-sm p-4 leading-[120%] font-normal", children: /* @__PURE__ */ jsx18(MarkdownRenderer, { content: body || "", truncated: true }) })
|
|
15211
|
+
/* @__PURE__ */ jsx18("div", { className: "bg-white flex flex-none flex-col max-w-full gap-2 h-[136px] wrap-anywhere rounded-2xl text-sm p-4 leading-[120%] font-normal", children: /* @__PURE__ */ jsx18(MarkdownRenderer, { content: body || "", truncated: true }) })
|
|
15212
15212
|
] })
|
|
15213
15213
|
]
|
|
15214
15214
|
}
|