How can I make my navbar not collapse/toggle when the window is resized? I tried adding
.collapse{
display: inline-block;
}
to my css. With this, when the window is resized, the nav bar elements end up stacking. I'm also using bootstrap 4 alpha 6
here's my code for the navbar: http://www.bootply.com/mHeWTUSxAM