Responsive navbar - inconsistent alignment in dropdown menus
Created by: semi-sentient
Not sure if this is a bug or perhaps an issue with my implementation, but in mobile any dropdowns in the nav bar that use "pull-right" are right-aligned whereas other dropdown menus are left-aligned.
You can see this at http://getbootstrap.com/components/#navbar-responsive when by resizing down to 768x1024 (or lower). Click on the 1st "Dropdown" link and note it is left-aligned. Click on the 2nd "Dropdown" link and note that it's right-aligned.
It would be nice if these were both left-aligned for the sake of consistency.