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.mjs CHANGED
@@ -16223,7 +16223,7 @@ function EventCard({
16223
16223
  {
16224
16224
  className: clsx8(
16225
16225
  eventType == "message" /* MESSAGE */ ? "flex-col-reverse" : "flex-col",
16226
- "overflow-y-auto flex gap-4 w-full"
16226
+ "overflow-y-auto flex gap-4 w-full h-full"
16227
16227
  ),
16228
16228
  children: getEventBody()
16229
16229
  }
@@ -16285,7 +16285,7 @@ function EmailBody({
16285
16285
  {
16286
16286
  srcDoc: `<div style="font-family: sans-serif; padding: 0px; margin: 0px;">${safeText}</div>`,
16287
16287
  sandbox: "allow-popups",
16288
- style: { border: 0, width: "100%", height: "600px" },
16288
+ style: { border: 0, width: "100%", height: "500px" },
16289
16289
  title: "Plain Text Email"
16290
16290
  }
16291
16291
  ) })