@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 +4 -0
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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
|
),
|