twitter-bootstrap: How to align bootstrap tabs in single line – Twitter bootstrap
Here is the screenshot of my tabs menu But the tab menu items jumps to next line if it has more items Code <div class="row col-lg-12"> <ul class="nav nav-tabs"> <li class="active"><a data-toggle="tab" href="#home">Home</a></li> <li><a data-toggle="tab" href="#menu1">Menu 1</a></li> ...... </ul> <div…