I am using bootstrap 4 beta.
I have a navbar that uses standard sized buttons as nav-items when the screen is full sized, and these are displayed to the right of the navbar inline with the site logo, which is positioned to the left of the navbar.
I would like these buttons to span the width of the navbars drop down menu when the screen is small and the hamburger menu is toggled.
At the moment these are aligned left as per the image below.
I think that using block level buttons would give me the desired result on the dropped down menu but they would not work on the full sized navbar...
My question is how can I make the buttons in the second image span the width of the dropped down menu when the hamburger menu is toggled but also shown as normal sized when the screen is large and the collapse to the hamburger menu hasn't taken place as in the first image?