aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-12-25 14:38:06 -0800
committerMark Otto <[email protected]>2016-12-25 15:48:44 -0800
commit308114f65c090bb64687911bea393a1ffc4b85fc (patch)
treebf09d0c15a948c4e33a7fbdd38fb51d1ae87eab1
parent96986bb4a3d0dcea3bc5f17234a42a77a0d1756e (diff)
downloadbootstrap-308114f65c090bb64687911bea393a1ffc4b85fc.tar.xz
bootstrap-308114f65c090bb64687911bea393a1ffc4b85fc.zip
throw some margin utils to fix spacing
-rw-r--r--docs/components/forms.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/forms.md b/docs/components/forms.md
index 46217e383..88bd37dc2 100644
--- a/docs/components/forms.md
+++ b/docs/components/forms.md
@@ -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 protected]</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>