Fixed Navbar resizes with navbar-right elements if type=password input exists on the page (Chrome only)
Created by: jordanfloyd
This bug exists only in google chrome, both in Windows and in OSX If a fixed navbar is used with navbar-right elements, such as a button, and input type=password is used inside a form anywhere on the page, when the page is reloaded the navbar pushes elements to a new row, making it too tall.
http://jsbin.com/daxopusa/3/ - Reload the page after navigating to it.
http://jsbin.com/daxopusa/3/edit - If you remove type=password from the input, the issue disappears.