@officesdk/design 0.1.28 → 0.1.29

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.
@@ -2785,8 +2785,8 @@ var TabItem = exports.styled.button`
2785
2785
  }
2786
2786
  return `
2787
2787
  box-shadow: inset 0 0 0 1px ${borderColor};
2788
- flex-grow: 1;
2789
- flex-shrink: 1;
2788
+ flex: 1;
2789
+ overflow: hidden;
2790
2790
  &:hover {
2791
2791
  }
2792
2792
  `;