@loja-integrada/admin-components 0.18.3 → 0.18.4

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.
@@ -3866,7 +3866,7 @@ var Breadcrumb = /*#__PURE__*/React.memo(function (_ref) {
3866
3866
  }, renderPrevLink(), previousTitle && React.createElement("span", {
3867
3867
  className: "hidden lg:inline px-2 -ml-px"
3868
3868
  }, " / ")), React.createElement("span", {
3869
- className: "header-navigation-current text-on-base truncate " + (mobileAlign === 'center' ? 'w-full lg:w-auto text-center lg:text-left' : '')
3869
+ className: "header-navigation-current text-on-base truncate leading-relaxed " + (mobileAlign === 'center' ? 'w-full lg:w-auto text-center lg:text-left' : '')
3870
3870
  }, currentTitle))), React.createElement("div", {
3871
3871
  className: "header-navigation-content flex shrink-0 max-w-1/2 items-center flex-grow justify-end gap-5 ml-2 whitespace-nowrap"
3872
3872
  }, React.createElement("div", {