fixes #21000: Remove margin from static form control example

This commit is contained in:
Mark Otto 2016-10-27 08:58:12 -07:00
parent 42dfa7994d
commit ab49e3f7e6
1 changed files with 1 additions and 1 deletions

View File

@ -539,7 +539,7 @@ When you need to place plain text next to a form label within a form, use the `.
<form class="form-inline">
<div class="form-group">
<label class="sr-only">Email</label>
<p class="form-control-static">email@example.com</p>
<p class="form-control-static mb-0">email@example.com</p>
</div>
<div class="form-group">
<label for="inputPassword2" class="sr-only">Password</label>