diff --git a/src/components/AdaptiveTabs/AdaptiveTabs.tsx b/src/components/AdaptiveTabs/AdaptiveTabs.tsx index c75270a7..d667e7be 100644 --- a/src/components/AdaptiveTabs/AdaptiveTabs.tsx +++ b/src/components/AdaptiveTabs/AdaptiveTabs.tsx @@ -838,7 +838,8 @@ export class AdaptiveTabs extends React.Component, Adapt const isLastTab = item.id === items[items.length - 1].id && tabIndex === items.length - 1; const noOverflow = needSetMaxWidth && - this.overflownTabsRealWidth[tabIndex] === this.overflownTabsCurrentWidth[tabIndex]; + this.overflownTabsRealWidth[tabIndex] === + this.overflownTabsCurrentWidth[tabIndex] + this.tabItemPaddingRight; const maxWidth = dimensionsWereCollected && typeof this.overflownTabsCurrentWidth[tabIndex] === 'number'