@mx-cartographer/experiences 6.24.7 → 6.24.8

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 CHANGED
@@ -1,3 +1,7 @@
1
+ ## [6.24.8] - 08-11-2025
2
+
3
+ - **FIXED** - Unwanted horizontal scrolling on the Micro Widget layout
4
+
1
5
  ## [6.24.7] - 08-09-2025
2
6
 
3
7
  - **FIXED** - Bug Fix - Trends Micro widget - Minimized Vertical Spacing
package/dist/index.es.js CHANGED
@@ -3302,7 +3302,7 @@ const ha = ({
3302
3302
  }
3303
3303
  ),
3304
3304
  subheader: o && /* @__PURE__ */ t(_e, { sx: { color: "text.secondary" }, variant: "body2", children: o }),
3305
- sx: { p: 0, pb: 8, "& .MuiCardHeader-action": { mt: 0 } },
3305
+ sx: { p: 0, pb: 8, width: "calc(100% - 8px)", "& .MuiCardHeader-action": { mt: 0 } },
3306
3306
  title: /* @__PURE__ */ t(rt, { sx: { width: "calc(100% - 10px)" }, children: s })
3307
3307
  }
3308
3308
  ),