I\'m developing a project and using Bootstrap Tabs for my tabs. Users are able to create new tabs, so here is the problem: more than N
tabs (where N
de
There is nothing in Bootstrap OOTB, but you can do something like this: http://codeply.com/go/43ARTwZuie, or https://www.codeply.com/go/Loo3CqsA7T (Bootstrap 4.3.x)
This solution uses jQuery to check the width in the tabs container, and then adjust the position of the tabs accordingly.
Another option is to put the overflowing tabs into a dropdown like this: http://www.bootply.com/7oAli9A9zL#