@trafilea/afrodita-components 5.0.0-beta.298 → 5.0.0-beta.299

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.
@@ -4602,6 +4602,8 @@ var withLabel = function (Button, label) {
4602
4602
  display: 'flex',
4603
4603
  flexDirection: 'column',
4604
4604
  alignItems: 'flex-start',
4605
+ whiteSpace: 'nowrap',
4606
+ overflowX: 'hidden',
4605
4607
  } }, { children: [jsx("div", __assign$1({ css: { fontSize: '0.75rem', fontWeight: 400, margin: '0.125rem 0' } }, { children: label }), void 0), children] }), void 0) }), void 0));
4606
4608
  };
4607
4609
  };