bootflat / bootflat.github.io

BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.3.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps.
http://bootflat.github.io
MIT License
4.25k stars 433 forks source link

navbar-btn don't get the right padding in form with navbar-right #109

Open StanleyDerLurch opened 7 years ago

StanleyDerLurch commented 7 years ago
<form class="navbar-form navbar-right">
   <a class="btn btn-danger" href="#">Link</a>
</form>

i can't figure out, where the problem is.