resul-template-builder 1.0.9 → 1.0.10

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.
@@ -30737,13 +30737,13 @@ const $d = /* @__PURE__ */ oa(V2), nf = ({
30737
30737
  }
30738
30738
  )
30739
30739
  ] }),
30740
- /* @__PURE__ */ r.jsx("div", { className: "rsp-mobile-preview-modal bg-white h-full", children: /* @__PURE__ */ r.jsxs("div", { className: "rsp-mobile-preview-center w-[360px] overflow-hidden-del", children: [
30740
+ /* @__PURE__ */ r.jsx("div", { className: "rsp-mobile-preview-modal bg-white h-[429px]", children: /* @__PURE__ */ r.jsxs("div", { className: "rsp-mobile-preview-center w-[360px] overflow-hidden-del", children: [
30741
30741
  /* @__PURE__ */ r.jsx("div", { className: "rsp-mobile-preview-modal-header" }),
30742
30742
  /* @__PURE__ */ r.jsx(
30743
30743
  Md,
30744
30744
  {
30745
30745
  iframeRef: c,
30746
- className: `${(w = m == null ? void 0 : m.style) != null && w.mobileResponsive ? "h-[calc(100vh-186px)]" : "h-[calc(100vh--176px)]"} ${(y = m.style) != null && y.mobileResponsive ? "" : "mb-panel"} padding10-del`,
30746
+ className: `${(w = m == null ? void 0 : m.style) != null && w.mobileResponsive ? "h-[calc(100vh-186px)]-del h-[386px]" : "h-[calc(100vh--176px)]-del"} ${(y = m.style) != null && y.mobileResponsive ? "" : "h-[643px] mb-panel"}`,
30747
30747
  emailHTML: p,
30748
30748
  injectedCSS: `
30749
30749
  body {
@@ -30753,6 +30753,13 @@ const $d = /* @__PURE__ */ oa(V2), nf = ({
30753
30753
  body * {
30754
30754
  /* pointer-events: none; */
30755
30755
  }
30756
+ .imagetext_img_table img {
30757
+ max-width: 100% !important;
30758
+ }
30759
+ table.imagetext_img_table {
30760
+ max-width: 100% !important;
30761
+ display: block;
30762
+ }
30756
30763
  .email-text .main-column, .email-imagetext .main-column, .email-social .main-column, .email-video .main-column, .email-rssfeed .main-column, .email-attachment .main-column, .email-table .main-column, .email-button .main-column, .email-offer .main-column {
30757
30764
  pointer-events: none;
30758
30765
  }