@luscii-healthtech/web-ui 2.63.4 → 2.63.5

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.
@@ -1608,6 +1608,10 @@ video {
1608
1608
  max-width: 13.75rem;
1609
1609
  }
1610
1610
 
1611
+ .max-w-xs {
1612
+ max-width: 20rem;
1613
+ }
1614
+
1611
1615
  .max-w-3xl {
1612
1616
  max-width: 48rem;
1613
1617
  }
@@ -6573,11 +6573,11 @@ var BreadcrumbItem = function BreadcrumbItem(_ref) {
6573
6573
  }, /*#__PURE__*/React__default.createElement(Text, {
6574
6574
  text: name,
6575
6575
  color: "blue-800",
6576
- className: "whitespace-no-wrap"
6576
+ className: "whitespace-no-wrap truncate max-w-xs"
6577
6577
  })) : /*#__PURE__*/React__default.createElement(Text, {
6578
6578
  text: name,
6579
6579
  type: "strong",
6580
- className: "whitespace-no-wrap"
6580
+ className: "whitespace-no-wrap truncate w-full max-w-xs"
6581
6581
  }));
6582
6582
  };
6583
6583
  var BreadcrumbDividerItem = function BreadcrumbDividerItem(_ref2) {