Missing clearfix on docs for responsive navbar
Created by: niftylettuce
Per https://v4-alpha.getbootstrap.com/components/navbar/ and the screenshot below:
We need to add <div class="clearfix hidden-sm-up"></div>
below the navbar-brand
anchor tag. This fixes the weird line break issue between the navbar items and the navbar brand.