@carbonplan/components 11.0.5-develop.1 → 11.0.5-develop.2

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.
@@ -1573,7 +1573,8 @@ const GitSha = () => {
1573
1573
  const href = 'https://github.com/' + owner + '/' + slug + '/tree/' + sha;
1574
1574
  return /*#__PURE__*/React.createElement(Box, {
1575
1575
  sx: {
1576
- display: 'inline-block'
1576
+ display: 'inline-block',
1577
+ width: '87px'
1577
1578
  }
1578
1579
  }, /*#__PURE__*/React.createElement(Separator, {
1579
1580
  color: color
@@ -1595,7 +1596,8 @@ const GitSha = () => {
1595
1596
  // fallback
1596
1597
  return /*#__PURE__*/React.createElement(Box, {
1597
1598
  sx: {
1598
- display: 'inline-block'
1599
+ display: 'inline-block',
1600
+ width: '87px'
1599
1601
  }
1600
1602
  }, /*#__PURE__*/React.createElement(Separator, {
1601
1603
  color: color
@@ -1683,7 +1685,6 @@ const Metadata = ({
1683
1685
  position: 'fixed',
1684
1686
  bottom: '42px',
1685
1687
  right: '24px',
1686
- width: '87px',
1687
1688
  transformOrigin: 'right',
1688
1689
  transform: 'rotate(90deg)',
1689
1690
  display: ['none', 'none', 'initial']