Skip to content

Commit

Permalink
fix(forms): bad linking correction between label and input (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
geekow authored and lexzhukov committed Apr 12, 2017
1 parent a8fe3f1 commit bb6ecd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<label for="inputFirstName">Email</label>
<label for="inputEmail">Email</label>
<input type="email" class="form-control" id="inputEmail" placeholder="Email">
</div>
</div>
Expand Down

0 comments on commit bb6ecd3

Please sign in to comment.