diff options
| author | Mark Otto <[email protected]> | 2016-10-27 19:56:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-27 19:56:55 -0700 |
| commit | cfc8e40da93683d5f0b7fd120b59b7dac94f9fd5 (patch) | |
| tree | 1208ce798da8c175b21de0adbe7e0f2946cdbf87 /docs/components/forms.md | |
| parent | 7aab3d95732529e6407caf652548e22b831f10c3 (diff) | |
| parent | da6b5a055123937b06960e39c27308214a9374bc (diff) | |
| download | bootstrap-cfc8e40da93683d5f0b7fd120b59b7dac94f9fd5.tar.xz bootstrap-cfc8e40da93683d5f0b7fd120b59b7dac94f9fd5.zip | |
Merge branch 'v4-dev' of github.com:twbs/bootstrap into v4-dev
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 99f0d9a63..040f4f7e5 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -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 protected]</p> + <p class="form-control-static mb-0">[email protected]</p> </div> <div class="form-group"> <label for="inputPassword2" class="sr-only">Password</label> |
