v4 navbar with container inside results in extra padding
Created by: Nemo64
I build a simple navbar like shown in the docs with the container inside: http://v4-alpha.getbootstrap.com/components/navbar/#containers
The problem is that in mobile layout, as soon as the container has the size of the page, the content inside the navbar does no longer align with the normal content of the page.
Here the example: http://jsbin.com/fisovineku/1/edit?html,output
a simple workaround is to remove the padding of the navbar but that would require another class on the navbar so it isn't a nice automatic solution.