Citing from http://www.w3schools.com/bootstrap/bootstrap_ref_comp_navs.asp
.nav-justified Ensures that navigation tabs/pills have equal widths of their parent at screens wider than 768px. However, on smaller screens, the nav tabs/pills are stacked.
I believe that each <li>
element within the nav-justified <ul>
should have uniform width. Nonetheless, it appears that in this particular example: http://www.bootply.com/0pEQ2iml8q# (using Chrome 46), the pill widths expand to fit the text inside.
It appears that the pills are displaying with varying widths and don't seem to be justified.
What might I be overlooking in this scenario?