]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
throw some margin utils to fix spacing
authorMark Otto <markdotto@gmail.com>
Sun, 25 Dec 2016 22:38:06 +0000 (14:38 -0800)
committerMark Otto <markd.otto@gmail.com>
Sun, 25 Dec 2016 23:48:44 +0000 (15:48 -0800)
docs/components/forms.md

index 46217e383e987ca0866ccaf7b841b76968ceb782..88bd37dc21668dfd5cdbf56141c6aab5660b3324 100644 (file)
@@ -544,7 +544,7 @@ When you need to place plain text next to a form label within a form, use the `.
     <label class="sr-only">Email</label>
     <p class="form-control-static">email@example.com</p>
   </div>
-  <div class="form-group">
+  <div class="form-group mx-sm-3">
     <label for="inputPassword2" class="sr-only">Password</label>
     <input type="password" class="form-control" id="inputPassword2" placeholder="Password">
   </div>