]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #21000: Remove margin from static form control example
authorMark Otto <markdotto@gmail.com>
Thu, 27 Oct 2016 15:58:12 +0000 (08:58 -0700)
committerMark Otto <markdotto@gmail.com>
Thu, 27 Oct 2016 15:58:12 +0000 (08:58 -0700)
docs/components/forms.md

index 99f0d9a632cf19a5692e892db494160f9901a439..040f4f7e5e8eea28f19aa406d27802ac653b073c 100644 (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>