<!-- For feature requests, please use the following template: https://github.com/Shopify/polaris-react/issues/new?labels=Feature+request&template=FEATURE_REQUEST.md --> ## Issue summary Fix https://github.com/Shopify/store/issues/13153 Pagination is not scaling properly to small screens when it has a tooltip prop. Here is a codesandbox https://codesandbox.io/s/youthful-shadow-gy7l2?fontsize=14&hidenavigation=1&theme=dark ## Expected behavior <img width="493" alt="image" src="https://user-images.githubusercontent.com/21130966/74564733-b8c8fb00-4f3d-11ea-864c-269447bf9658.png"> ## Actual behavior <img width="495" alt="image" src="https://user-images.githubusercontent.com/21130966/74564720-af3f9300-4f3d-11ea-802c-199cea5155b7.png"> ## Steps to reproduce the problem 1. Use pagination component with a tooltip and `hasPrevious={false}` 2. View it on a small screen