Alright, let's talk about the scenario:
The situation is that I have a basic, plain, nav nav-tabs
navigation bar with a few elements and a rightmost item (with pull-right
) positioned as an <li>
element which includes a dropdown.
As the window size changes, some of the tab items are disappearing, starting from the last item on the right side which contains the dropdown menu.
Is there any way to keep it fixed in place and prevent it from collapsing first (or at least make sure it collapses last)?