diff options
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 7f5d1496c..7ebefae30 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -396,7 +396,7 @@ Should you have no text within the `<label>`, the input is positioned as you'd e When you need to place plain text next to a form label within a form, use the `.form-control-static` class on a `<p>`. {% example html %} -<form class="form-horizontal"> +<form> <div class="form-group row"> <label class="col-sm-2 form-control-label">Email</label> <div class="col-sm-10"> |
