V4 issue with .container-fluid inside navbar
Created by: eddywashere
In Bootstrap v3 and up to v4-alpha.5, .container-fluid could be used inside of .navbar. Based on flexbox changes in master, that is no longer supported.
Here's a codepen example with .container and .container-fluid inside .navbar: http://codepen.io/eddywashere/pen/MJWzVg
Codepen external css is pointing to this commit.
There is some extra css commented out in the css tab. 1) I tried adding what is used for .container in _navbar.scss and 2) I typically add a max-width to container-fluid to prevent super wide content views.