@carbonplan/components 11.1.2 → 11.1.3

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.
@@ -1336,8 +1336,9 @@ const Header = ({
1336
1336
  justifyContent: 'space-between',
1337
1337
  alignItems: 'center'
1338
1338
  }
1339
- }, menuItems), /*#__PURE__*/React.createElement(Menu, {
1339
+ }, status ? null : menuItems), /*#__PURE__*/React.createElement(Menu, {
1340
1340
  sx: {
1341
+ flexShrink: 0,
1341
1342
  mr: ['-2px']
1342
1343
  },
1343
1344
  value: expanded,