I\'m trying to adjust Bootstrap tabs to make them span the full width of their container. Here\'s my code (a minimal working example):
<
Simple:
.nav-tabs > li { /* width = (100 / number of tabs). This example assumes 3 tabs. */ width:33.33333%; }
Hope that helps!