mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Remove dropped form-horizontal from forms.md
This commit is contained in:
parent
3df8ded19c
commit
88d004f6e1
1 changed files with 1 additions and 1 deletions
|
@ -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>`.
|
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 %}
|
{% example html %}
|
||||||
<form class="form-horizontal">
|
<form>
|
||||||
<div class="form-group row">
|
<div class="form-group row">
|
||||||
<label class="col-sm-2 form-control-label">Email</label>
|
<label class="col-sm-2 form-control-label">Email</label>
|
||||||
<div class="col-sm-10">
|
<div class="col-sm-10">
|
||||||
|
|
Loading…
Reference in a new issue