@thecb/components 7.2.0-beta.4 → 7.2.0-beta.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.
package/dist/index.esm.js CHANGED
@@ -37395,7 +37395,8 @@ var Banner = function Banner(_ref) {
37395
37395
  }, /*#__PURE__*/React.createElement(Cluster, {
37396
37396
  childGap: isMobile ? mobileContentSpacing : contentSpacing,
37397
37397
  justify: "center",
37398
- align: "center"
37398
+ align: "center",
37399
+ nowrap: true
37399
37400
  }, /*#__PURE__*/React.createElement(Box, {
37400
37401
  padding: "0",
37401
37402
  maxWidth: isMobile && "54%"