@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.
@@ -2772,8 +2772,8 @@ var TabItem = styled.button`
2772
2772
  }
2773
2773
  return `
2774
2774
  box-shadow: inset 0 0 0 1px ${borderColor};
2775
- flex-grow: 1;
2776
- flex-shrink: 1;
2775
+ flex: 1;
2776
+ overflow: hidden;
2777
2777
  &:hover {
2778
2778
  }
2779
2779
  `;