qt-ui-kit 1.0.86 → 1.0.88

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 CHANGED
@@ -16250,7 +16250,7 @@ function EventCard({
16250
16250
  {
16251
16251
  className: (0, import_clsx8.default)(
16252
16252
  eventType == "message" /* MESSAGE */ ? "flex-col-reverse" : "flex-col",
16253
- "overflow-y-auto flex gap-4 w-full"
16253
+ "overflow-y-auto flex gap-4 w-full h-full"
16254
16254
  ),
16255
16255
  children: getEventBody()
16256
16256
  }
@@ -16312,7 +16312,7 @@ function EmailBody({
16312
16312
  {
16313
16313
  srcDoc: `<div style="font-family: sans-serif; padding: 0px; margin: 0px;">${safeText}</div>`,
16314
16314
  sandbox: "allow-popups",
16315
- style: { border: 0, width: "100%", height: "600px" },
16315
+ style: { border: 0, width: "100%", height: "500px" },
16316
16316
  title: "Plain Text Email"
16317
16317
  }
16318
16318
  ) })