.navbar-btn needs more space
Created by: mykhalov
In 3.0.0-RC1 there was some padding on the navbar that won't let a button stick so close to the edge. Now it's gone and that button looks odd.
<div class="navbar navbar-inverse">
<button class="btn btn-default navbar-btn">Button</button>
</div>