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):
<
Maybe I've found your solution:
Create that class with css:
.take-all-space-you-can{ width:100%; }
And then apply that class to your li tags into your ul. Doing these all the li takes the space that they can and automatically divide the space in the single row.
li
ul
DEMO