]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
space that out a smidge
authorMark Otto <markdotto@gmail.com>
Sun, 25 Dec 2016 22:18:54 +0000 (14:18 -0800)
committerMark Otto <markd.otto@gmail.com>
Sun, 25 Dec 2016 23:48:44 +0000 (15:48 -0800)
docs/components/forms.md

index bbf55eda896bc1c73ee0d9d0c12c1a385207e314..46217e383e987ca0866ccaf7b841b76968ceb782 100644 (file)
@@ -675,7 +675,7 @@ Inline text can use any typical inline HTML element (be it a `<small>`, `<span>`
 <form class="form-inline">
   <div class="form-group">
     <label for="inputPassword4">Password</label>
-    <input type="password" id="inputPassword4" class="form-control" aria-describedby="passwordHelpInline">
+    <input type="password" id="inputPassword4" class="form-control mx-sm-3" aria-describedby="passwordHelpInline">
     <small id="passwordHelpInline" class="text-muted">
       Must be 8-20 characters long.
     </small>