@ssa-ui-kit/core 2.4.0 → 2.5.0

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.js CHANGED
@@ -8594,10 +8594,11 @@ const CollapsibleNavBarPopover = ({
8594
8594
  padding: 0,
8595
8595
  background: navBarTheme === 'default' ? theme.colors.greyGraphite : '#F4F5F9',
8596
8596
  borderRadius: 5,
8597
- width: 85,
8597
+ minWidth: 85,
8598
8598
  '& > a': {
8599
8599
  color: navBarTheme === 'default' ? theme.colors.white : theme.colors.greyDarker80,
8600
8600
  padding: 5,
8601
+ whiteSpace: 'nowrap',
8601
8602
  fontSize: 12,
8602
8603
  fontWeight: navBarTheme === 'default' ? 400 : 500,
8603
8604
  '&.active': {