File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -264,11 +264,11 @@ The `.form-group` class is the easiest way to add some structure to forms. Its o
264
264
{% example html %}
265
265
<form >
266
266
<div class =" form-group " >
267
- <label class="col-form-label" for="formGroupExampleInput">Example label</label>
267
+ <label for="formGroupExampleInput">Example label</label>
268
268
<input type="text" class="form-control" id="formGroupExampleInput" placeholder="Example input">
269
269
</div >
270
270
<div class =" form-group " >
271
- <label class="col-form-label" for="formGroupExampleInput2">Another label</label>
271
+ <label for="formGroupExampleInput2">Another label</label>
272
272
<input type="text" class="form-control" id="formGroupExampleInput2" placeholder="Another input">
273
273
</div >
274
274
</form >
You can’t perform that action at this time.
0 commit comments