@luscii-healthtech/web-ui 27.3.0 → 27.3.1

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.
@@ -2560,7 +2560,7 @@ const NotificationBanner = (props) => {
2560
2560
  "div",
2561
2561
  { "data-test-id": "notification-banner", className: classNames__default.default(classes, { "ui-inline-flex": !stretch }) },
2562
2562
  props.icon && (typeof props.icon === "function" ? React__namespace.default.createElement(props.icon, {
2563
- className: "ui-w-6 ui-h-6 ui-mr-3"
2563
+ className: "ui-w-6 ui-h-6 ui-mr-3 ui-flex-shrink-0"
2564
2564
  }) : React__namespace.default.createElement("img", { src: props.icon, className: "ui-mr-3 ui-h-6 ui-w-6" })),
2565
2565
  React__namespace.default.createElement(
2566
2566
  "div",