Quoting from http://www.w3schools.com/bootstrap/bootstrap_ref_comp_navs.asp
.nav-justified Makes navigation tabs/pills equal widths of their parent, at screens wider than 768px. On smaller screens, the nav tabs/pills are stacked
I reckon that each <li>
element inside the nav-justified <ul>
should have the same width.
However this seem to not be the case as pills widths stretch to accomodate the contained text, at least in this example: http://www.bootply.com/0pEQ2iml8q# (on chrome 46)
The pills all have different widths, and there seems to be no justification.
What am I missing there?