diff options
| author | Mark Otto <[email protected]> | 2016-12-25 14:38:06 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-25 15:48:44 -0800 |
| commit | 308114f65c090bb64687911bea393a1ffc4b85fc (patch) | |
| tree | bf09d0c15a948c4e33a7fbdd38fb51d1ae87eab1 /docs/components/forms.md | |
| parent | 96986bb4a3d0dcea3bc5f17234a42a77a0d1756e (diff) | |
| download | bootstrap-308114f65c090bb64687911bea393a1ffc4b85fc.tar.xz bootstrap-308114f65c090bb64687911bea393a1ffc4b85fc.zip | |
throw some margin utils to fix spacing
Diffstat (limited to 'docs/components/forms.md')
| -rw-r--r-- | docs/components/forms.md | 2 |
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> |
