Commit 88d004f6 authored by vsn4ik's avatar vsn4ik
Browse files

Remove dropped form-horizontal from forms.md

parent 3df8ded1
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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">
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment