analytica-frontend-lib 1.1.36 → 1.1.38

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.
@@ -1322,11 +1322,11 @@ var CardResults = (0, import_react.forwardRef)(
1322
1322
  "div",
1323
1323
  {
1324
1324
  className: cn(
1325
- "p-4 flex justify-between w-full h-full",
1325
+ "p-4 flex flex-wrap justify-between w-full h-full",
1326
1326
  isRow ? "flex-row items-center gap-2" : "flex-col"
1327
1327
  ),
1328
1328
  children: [
1329
- /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("p", { className: "text-sm font-bold text-text-950 truncate flex-1 min-w-0", children: header }),
1329
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("p", { className: "text-sm font-bold text-text-950 flex-1", children: header }),
1330
1330
  /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("span", { className: "flex flex-row gap-1 items-center", children: [
1331
1331
  /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
1332
1332
  Badge_default,