diff options
| author | Mark Otto <[email protected]> | 2016-12-25 14:18:54 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-25 15:48:44 -0800 |
| commit | 2cad717634bcf64845d086ba8539edd4b999cc45 (patch) | |
| tree | a56e97eda74959f6e0cb4b71693daad799788d29 /docs | |
| parent | 4cd426963b487880ab7642f5460c00eceb50a16b (diff) | |
| download | bootstrap-2cad717634bcf64845d086ba8539edd4b999cc45.tar.xz bootstrap-2cad717634bcf64845d086ba8539edd4b999cc45.zip | |
space that out a smidge
Diffstat (limited to 'docs')
| -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 bbf55eda8..46217e383 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -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> |
