diff --git a/src/components/Tooltip/TooltipRenderedOnPageBody.js b/src/components/Tooltip/TooltipRenderedOnPageBody.js index 66ba3a57cd44..562842260f6c 100644 --- a/src/components/Tooltip/TooltipRenderedOnPageBody.js +++ b/src/components/Tooltip/TooltipRenderedOnPageBody.js @@ -95,12 +95,12 @@ class TooltipRenderedOnPageBody extends React.PureComponent { this.props.yOffset, this.props.wrapperWidth, this.props.wrapperHeight, + this.props.maxWidth, this.state.tooltipWidth, this.state.tooltipHeight, this.state.tooltipTextWidth, this.props.shiftHorizontal, this.props.shiftVertical, - this.props.maxWidth, ); return ReactDOM.createPortal(