### Description When we merged AdaptiveTabs with the old Tabs we didn't implement this feature. ### Suggested solution Introduce a new prop `contentOverflow?: 'scroll' | 'wrap' | 'collapse';`. The algorithm of collapse can be the same as in the Breadcrumbs ### Alternative AdaptiveTabs from `@gravity-ui/components` ### Additional context _No response_ ### Validations - [x] Check that there isn't [already an issue](https://github.com/gravity-ui/uikit/issues) that request the same feature to avoid creating a duplicate.