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.
@@ -3196,11 +3196,11 @@ var CardResults = forwardRef6(
3196
3196
  "div",
3197
3197
  {
3198
3198
  className: cn(
3199
- "p-4 flex justify-between w-full h-full",
3199
+ "p-4 flex flex-wrap justify-between w-full h-full",
3200
3200
  isRow ? "flex-row items-center gap-2" : "flex-col"
3201
3201
  ),
3202
3202
  children: [
3203
- /* @__PURE__ */ jsx12("p", { className: "text-sm font-bold text-text-950 truncate flex-1 min-w-0", children: header }),
3203
+ /* @__PURE__ */ jsx12("p", { className: "text-sm font-bold text-text-950 flex-1", children: header }),
3204
3204
  /* @__PURE__ */ jsxs10("span", { className: "flex flex-row gap-1 items-center", children: [
3205
3205
  /* @__PURE__ */ jsxs10(
3206
3206
  Badge_default,