analytica-frontend-lib 1.1.37 → 1.1.39

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.
@@ -1301,11 +1301,11 @@ var CardResults = forwardRef(
1301
1301
  "div",
1302
1302
  {
1303
1303
  className: cn(
1304
- "p-4 flex justify-between w-full h-full",
1304
+ "p-4 flex flex-wrap justify-between w-full h-full",
1305
1305
  isRow ? "flex-row items-center gap-2" : "flex-col"
1306
1306
  ),
1307
1307
  children: [
1308
- /* @__PURE__ */ jsx6("p", { className: "text-sm font-bold text-text-950 truncate flex-1 min-w-0", children: header }),
1308
+ /* @__PURE__ */ jsx6("p", { className: "text-sm font-bold text-text-950 flex-1", children: header }),
1309
1309
  /* @__PURE__ */ jsxs5("span", { className: "flex flex-row gap-1 items-center", children: [
1310
1310
  /* @__PURE__ */ jsxs5(
1311
1311
  Badge_default,